Merge remote branch 'lelutin/master'
This commit is contained in:
commit
9223dfc186
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ define apt::apt_conf(
|
|||
file { "/etc/apt/apt.conf.d/${name}":
|
||||
ensure => $ensure,
|
||||
notify => Exec["refresh_apt"],
|
||||
owner => root, group => 0, mode => 0600;
|
||||
owner => root, group => 0, mode => 0644;
|
||||
}
|
||||
|
||||
if $source {
|
||||
|
|
Loading…
Reference in a new issue