Issue #3299 has been updated by Andrew McNaughton.

If this bug is not going to be resolved, then the 'target' parameter is 
severely limited.  At a minimum, this shortcoming should be documented in the 
notes on the 'target' parameter on each of puppet's nagios types.  

Either that or just fix the thing.  If people don't need the extra parameters, 
they won't use them.  I can't see that having an extra file resource with those 
parameters is in any way preferable.




----------------------------------------
Bug #3299: owner of files created by nagios resource types
https://projects.puppetlabs.com/issues/3299#change-84596

Author: Frederic Descamps
Status: Accepted
Priority: Normal
Assignee: 
Category: nagios
Target version: 
Affected Puppet version: 0.25.4
Keywords: 
Branch: 


Currently the files are created with the permission 600 and are owned by root

it will be nice to have the possibility to change the owner and/or the 
permissions of those resources

example : 
<pre>
nagios_host{ "korin": 
ensure          => "present",
use             => "linux-server",
alias           => "korin",
address         =>  "192.168.109.84",
hostgroups      => "linux-servers",
target          => "/etc/nagios/host_korin.cfg",
**owner           => "nagios"**;
}    
</pre>


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to