Displaying 1 result from an estimated 1 matches for "mysudo".
Did you mean:
myside
2011 Apr 14
6
copying file with "source" parameter
Hi there,
Just started using Puppet since yesterday, so a totally newbie
question. I tried to search the answer by myself but none of the
suggestions actually worked. This is how my "modules" is laid:
|-- modules
| |-- mySudo
| | |-- files
| | | `-- sudoers
| | `-- manifests
| | `-- init.pp
The file(s), that I want to send to the client machines, is in the
"files" directory. In the init.pp, according to the puppet wiki (as
far as I understood), this is defined: source => "puppe...