Displaying 2 results from an estimated 2 matches for "plusign".
Did you mean:
pluign
2012 Sep 05
1
Nagios and www-data users.
...ution, but that
requires that the nagios module potentially modify the www-data user,
which seems bad.
What''s the best way to do this? I tried to explicitly define the
www-data user in it''s own class, and then create another nagios class
that inherits from that so that I could do plusignment, but I
obviously have the syntax wrong. Puppet doesn''t like this.
class nagios::users inherits users::www-data {
User[''www-data''] { group +> [''nagios''] }
}
Doug
--
You received this message because you are subscribed to the Google Groups...
2010 Nov 08
11
Default ownership for static files
Hi,
I try to serve a file
file { "/root/test3.txt":
ensure => file,
source => "puppet:///yum/test.txt",
}
On the puppetmaster this files look like this
#$ ls -n test.txt
-rw-r--r-- 1 502 301 4 8 Nov 16:25 test.txt
Finally, here is my question: What ownership may I expect on the
resulting file ?
Actually this is the result for me:
#$ ls -l