 Issue 29367556:
  Issue 3065 - Refactor adblockplus::puppet module to include Puppet patches  (Closed)
    
  
    Issue 29367556:
  Issue 3065 - Refactor adblockplus::puppet module to include Puppet patches  (Closed) 
  | Index: modules/adblockplus/manifests/init.pp | 
| =================================================================== | 
| --- a/modules/adblockplus/manifests/init.pp | 
| +++ b/modules/adblockplus/manifests/init.pp | 
| @@ -43,7 +43,6 @@ | 
| $users = hiera_hash('adblockplus::users', {}), | 
| ) { | 
| - include adblockplus::puppet | 
| include postfix | 
| include ssh | 
| include stdlib | 
| @@ -114,8 +113,10 @@ | 
| # https://projects.puppetlabs.com/issues/4145 | 
| ensure_resource('file', '/etc/ssh/ssh_known_hosts', { | 
| - ensure => 'present', | 
| - mode => 0644, | 
| + 'ensure' => 'present', | 
| + 'group' => 'root', | 
| + 'mode' => 0644, | 
| + 'owner' => 'root', | 
| 
mathias
2016/12/15 10:01:10
Accidental change, removed this one.
 | 
| }) | 
| # See modules/adblockplus/manifests/host.pp |