Displaying 1 result from an estimated 1 matches for "logadd".
2008 Sep 30
6
something wrong with puppet client or Server
...t puppet client
did it successfully 1st time ...But .. After few days , i saw there
are same line has been added more than 250 times.. [ see same line is
added so many times ]
I dont understand if once it is already added line in /etc/fstab why
it is adding every time....
----------------------logadd.pp------------------
class logadd {
file { "/tmp/logadd.sh":
ensure => present,
mode => 755,
owner => root,
group => sys,
source => "puppet://test1t/files/common//logadd.sh"
}
exec { "sh /tmp/logadd.sh":
path...