You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add Jenkins to a node, I get the following error:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Unsupported OSFamily RedHat on node
I was able to correct this by changing sysconfig.pp to use quotes for the operating systems.
Puppet Version: 3.6.1+
Facter Version: 2.1.0
OS: Centos 5.7
When I add Jenkins to a node, I get the following error:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Unsupported OSFamily RedHat on node
I was able to correct this by changing sysconfig.pp to use quotes for the operating systems.
'RedHat' => '/etc/sysconfig',
'Suse' => '/etc/sysconfig',
'Debian' => '/etc/default',
default => fail( "Unsupported OSFamily ${::osfamily}" )
}
The text was updated successfully, but these errors were encountered: