search for: etc_conf

Displaying 2 results from an estimated 2 matches for "etc_conf".

Did you mean: dcc_conf
2008 Mar 22
6
pass Resources to a define or unsetting notify
...::etcconfd ( $require = '''', $notify = '''' ){ file { "/etc/conf.d/${name}": owner => "root", group => "0", mode => 644, source => [ "puppet://$server/dist/gentoo/etc_conf.d/${name}_${fqdn}", "puppet://$server/dist/gentoo/etc_conf.d/${name}_default", "puppet://$server/gentoo/etc_conf.d/${name}" ], require => $require, notify => $notify, } } #works not: gentoo::etcconfd { foobar: } #wo...
2007 Oct 23
3
Script work fine on sheel, but no on a cron job
Hi, I make a script which make some call of rsync to connect to a rsync daemon. When I run on a shell, the script work fine. When I run this scripts from a cron-job, the script fail with theses messages : rsync: failed to connect to remote-node: Connection refused (111) rsync error: error in socket IO (code 10) at clientserver.c(94) What's happen ? thanks St?phane