Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Fixing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Nov 28, 2013
1 parent 6b5c4a3 commit eb7f46a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@

# Perhaps this should be $puppet::params:config_file_owner ?
$puppet_config_file_owner = $::operatingsystem ? {
/(?i:Debian|Ubuntu|Mint)/ => 'puppet',
default => 'root',
default => 'puppet',
}

# Perhaps this should be $puppet::params:config_file_group ?
$puppet_config_file_group = $::operatingsystem ? {
/(?i:Debian|Ubuntu|Mint)/ => 'puppet',
default => 'root',
default => 'puppet',
}

$bindaddress = '0.0.0.0'
Expand Down

0 comments on commit eb7f46a

Please sign in to comment.