-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Won't Fix
-
Affects Version/s: PUP 3.6.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Template:customfield_10700 42134
I'm getting rror 400 on SERVER: Could not parse for environment testing: Illegal fully qualified name in file /etc/puppet/manifests/site.pp at line 10:28 on node ucla-ws-xx1.xx.xxxx.xxx
Puppet is not properly parsing include module::class
– Logs –
nfo: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rb
Info: Loading facts in /var/lib/puppet/lib/facter/pe_version.rb
Info: Loading facts in /var/lib/puppet/lib/facter/root_home.rb
Info: Loading facts in /var/lib/puppet/lib/facter/concat_basedir.rb
Info: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d_authjsondump.rb
Info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb
Debug: Failed to load library 'msgpack' for feature 'msgpack'
Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing
Debug: catalog supports formats: pson dot yaml b64_zlib_yaml raw
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not parse for environment testing: Illegal fully qualified name in file /etc/puppet/manifests/site.pp at line 10:28 on node xxxx-ws-t01.xx.xxxx.edu
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
And here is my default.pp. Line 10 is mcollective-agents::facts
node default {
|
|
include mcollective-agents
|
include mcollective-agents::facts
|
include puppet-cron
|
#include disco
|
#include qguard
|
#include puppet-upgrade
|
include ucla_base
|
}
|
If I comment the line I'm able to run puppet.