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
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not autoload puppet/type/network_config: no such file to load -- puppet/property/boolean on node myhost.example.com
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
I am running puppet 3.2.3
I have the boolean module installed.
Looks like it is setup on the host in:
/var/lib/puppet/lib/puppet/property/boolean.rb
The text was updated successfully, but these errors were encountered:
Closing this issue. This my fault. I have dev/staging/production module environments configured on the master. I needed to have the dependencies (boolean and filermapper) modules committed to my production environment which is the environment my puppetmater runs out of.
Tested:
network_config { 'eth1':
ensure => 'present',
family => 'inet',
ipaddress => '169.254.0.1',
method => 'static',
netmask => '255.255.0.0',
onboot => 'true',
}
within my nodes.pp file under my host.
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not autoload puppet/type/network_config: no such file to load -- puppet/property/boolean on node myhost.example.com
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
I am running puppet 3.2.3
I have the boolean module installed.
Looks like it is setup on the host in:
/var/lib/puppet/lib/puppet/property/boolean.rb
The text was updated successfully, but these errors were encountered: