Displaying 2 results from an estimated 2 matches for "dopedoxygen".
2010 Dec 06
7
error running puppetrun
Hi,
I have been getting the below error for sometime now. Both master and
client are using version 0.24.8.
Output from /var/log/messages
err: Could not call puppetmaster.getconfig: #<#<Class:0xb7b50a9c>:
execution expired>
err: Could not retrieve catalog: execution expired
P.S- all of this was working absolutely fine and suddenly has started
to misbehave.
Regards,
--
You
2011 Aug 11
9
Custom manifest
Hi,
Can I execute a command basis on some criteria in puppet. For example, I
would want to execute the following command
svn up; /usr/local/apache/bin/apachectl restart
only if "revision number of file on host = revision number of file on svn"
i.e.
"/usr/bin/svn info /usr/local/apache/conf/Web_Config/httpd.conf | grep
Revision| cut -d: -f2| sed -e''s/