Remove duplicated settings, resulting from wrong merge.
This commit is contained in:
parent
dc38efc891
commit
09710a29b1
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ class apt(
|
|||
'' => template( "apt/${::operatingsystem}/sources.list.erb"),
|
||||
default => $custom_sources_list
|
||||
},
|
||||
mode => 0644, owner => root, group => 0,
|
||||
require => Package['lsb'],
|
||||
notify => Exec['refresh_apt'],
|
||||
owner => root, group => 0, mode => 0644;
|
||||
|
|
Loading…
Reference in a new issue