Tagged Questions
1
vote
3answers
264 views
Syntax error at '{'; expected '}' when using nagios in puppet
It's a big problem to me, because I'm not familiar with puppet.
ERROR on the puppetmaster:
debug: importing '/etc/puppet/manifests/nodes/group-1.pp'
err: Could not parse for environment production: ...
1
vote
1answer
331 views
How to create a user with Puppet
I am trying to create a user with Puppet but everything I have been trying has failed.
I am trying to create a user named "capistrano" that will be placed in the "www-data" group. I have done the ...
0
votes
2answers
2k views
Puppet fully-qualified parameter path error — how do I find what is wrong with my manifest and where?
I regularly but randomly get the following error message when I run the puppet client on machines (non-daemonized):
err: Could not create : Parameter path failed: File paths must be fully qualified
...