Hello all,

we have been using puppet/hiera based configuration (puppet 3.1) . I have 
the following config:

/etc/puppet/environments/env1/manifests/site.pp
node default {
        hiera_include ( "classes", [] )
}

in the common.yaml file:

classes:
  - class1
  - class2
  - class3

vmwaretools::version:
  8.6.10-913593
...
(some other data)
...

When I try to deploy it I get:

# puppet agent --test --server pmaster --environment env1
Info: Retrieving plugin
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.rb
Info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb
Info: Loading facts in /var/lib/puppet/lib/facter/pe_version.rb
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: 
malformed format string - %S at 
/etc/puppet/environments/env1/manifests/site.pp:2 on node node01
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run

Could you suggest how to debug such kind of errors ? Using hiera based 
puppet it is more difficult to find where is the real problem.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to