Advertisement
t-readyroc

ini_setting

Jun 1st, 2016
2,458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Puppet 0.18 KB | None | 0 0
  1. ini_setting {'updates email' :
  2.   ensure  =>  present,
  3.   path    =>  '/etc/apticron/apticron.conf',
  4.   section =>  '',
  5.   setting =>  'EMAIL',
  6.   value   =>  '"updates@my.org"',
  7.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement