Modified comparison with empty string
This commit is contained in:
parent
99fe7db721
commit
bb1176d81d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ define apt::apt_conf(
|
|||
mode => '0644',
|
||||
}
|
||||
|
||||
if $source {
|
||||
if $source != '' {
|
||||
File["/etc/apt/apt.conf.d/${name}"] {
|
||||
source => $source,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue