Displaying 2 results from an estimated 2 matches for "lawriec".
Did you mean:
lawrie
2012 Jan 11
5
augeas error: Could not evaluate: unknown error - Failed to initialize Augeas
Hi,
I am running puppet 2.6.12 on a SLES11SP1 server. I get the following error
message as part of the puppet catalog run on a SLED11SP1 client.
Augeas[sap_host_entries](provider=augeas): Opening augeas with root /, lens
path , flags 0
err: /Stage[main]/Sap/Augeas[sap_host_entries]: Could not evaluate: unknown
error - Failed to initialize Augeas
Can somebody shed some light on the error
2011 Jun 02
2
Server side filebucket issue
...ackup puppet.conf file is stored in the
clients /var/lib/puppet/clientbucket directory.
I have defined a filebucket in the site.pp manifest, I have called the
backup directive in a class called client-conf.
Both files are listed below.
Can you help me or point me to a solution please?
Cheers
LawrieC
site.pp contains
#Define server filebucket as destination for file backups.
#
filebucket { puppet:
server => puppetmaster-cbr.it.csiro.au
}
module client-conf contains
class client-conf {
# Class to replace client''s puppet.conf file with a pre-configured
puppet.conf.
# Re...