Displaying 1 result from an estimated 1 matches for "uninstall_screen".
2012 Apr 05
3
newly added ruby function executes on the server instead of the node
...:
*class write_line_to_file{
write_line_to_file(''/tmp/some_file'', "Hello world!")
}*
3) And I also included this module into my /etc/puppet/manifests/nodes.pp
under the correct node:
*node default {}
node ''testnode.domain.com''
{
include hosts
include uninstall_screen
include write_line_to_file
}*
*
*The function does execute, but on the puppetmaster - not on the remote
node. Other two functions execute on the correct node. What am I missing?
Thank you!
Vicki
--
You received this message because you are subscribed to the Google Groups "Puppet Users"...