search for: extracache

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

Did you mean: entrycache
2013 Mar 07
1
HELP:Custom function didn't work
...p notice: server notice: /Stage[main]//Notify[server]/message: defined ''message'' as ''server'' notice: Finished catalog run in 0.06 seconds It looks right,but when I use it in my module manifests,it didn''t work! - my custom module manifests: #extracache.pp class custom::extracache { $extra_info = hosttype($hostname) notify { test: message => "$extra_info" } file { "/etc/puppet/host_extra_info.cache": content => "$extra_info", } } Puppet run results: [root@pm tmp...