search for: apt_misc

Displaying 1 result from an estimated 1 matches for "apt_misc".

Did you mean: abs_misc
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/sbin:/usr/bin:/sbin:/bin", } } define pinned_pa...