Displaying 1 result from an estimated 1 matches for "etcconfd".
Did you mean:
etc_conf
2008 Mar 22
6
pass Resources to a define or unsetting notify
Hi
i''m trying to pass Resources (single or in an array) to a resource, so I
can pass this to a notify or require. However I have some problems, when
no resource should be passed. Maybe somebody can help me? thanks
define gentoo::etcconfd (
$require = '''',
$notify = ''''
){
file { "/etc/conf.d/${name}":
owner => "root",
group => "0",
mode => 644,
source => [
"puppet://$server/dist/gentoo/etc_conf.d...