Bug #3767
Running puppet locally gives different result than running it against puppetmaster
| Status: | Needs More Information | Start date: | 05/13/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
Description
Running
puppetd —server puppet.inf.ethz.ch —test
vs. running
puppet —modulepath=/root/puppet/modules —debug manifests/site.pp
gives different results:
The first version runs fine, the latter version fails with
sgv-nicosc-09:~/puppet# puppet —modulepath=/root/puppet/modules —debug manifests/site.pp debug: importing ‘/root/puppet/manifests/nodes/nico.pp’ debug: importing ‘/root/puppet/manifests/nodes/steven.pp’ debug: importing ‘/root/puppet/manifests/nodes/virtual.pp’ debug: importing ‘/root/puppet/modules/ns_webmail_proxy/manifests/init.pp’ info: Autoloaded module ns_webmail_proxy debug: importing ‘/root/puppet/modules/ns_webmail_proxy/manifests/prayer.pp’ Syntax error at ‘:’ at /root/puppet/modules/ns_webmail_proxy/manifests/prayer.pp:12 on node sgv-nicosc-09 sgv-nicosc-09:~/puppet#
The configuration can be found at
http://git.sans.ethz.ch/?p=puppet;a=summary or cloned via git://git.sans.ethz.ch/puppet (run meta/update.sh to get all submodule).
puppetmaster is 0.25.4, puppet and puppetd are 0.24.5.
History
#1
Updated by Markus Roberts about 3 years ago
- Status changed from Unreviewed to Needs More Information
ns_webmail_proxy doesn’t seem to be in that repo; it shows as:
m--------- ns_webmail_proxy history
and the history says:
500 - Unknown type of object
— Markus
#2
Updated by Nico Schottelius about 3 years ago
Strange, can browse it perfectly here:
http://git.sans.ethz.ch/?p=puppet-modules/ns_webmail_proxy;a=summary
And cloning also works:
git clone git://git.sans.ethz.ch/puppet-modules/ns_webmail_proxy
How did you manage to get that error?
Cheers,
Nico