Displaying 1 result from an estimated 1 matches for "manual_apt_get_update".
2007 Aug 13
4
Strangeness with a definition
I''m having problems with a definition not being found.
I get the following error when running puppetd -vt:
err: Could not find type "manual_apt_get_update" in file
/etc/puppet/manifests/definitions/apt_misc.pp at line 22
The definition is present for sure. Can anyone spot a problem with the
code below?
define manual_apt_get_update {
exec { "/usr/bin/apt-get --force-yes --allow-unauthenticated update":
path=>"/usr/...