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',
|
mode => '0644',
|
||||||
}
|
}
|
||||||
|
|
||||||
if $source {
|
if $source != '' {
|
||||||
File["/etc/apt/apt.conf.d/${name}"] {
|
File["/etc/apt/apt.conf.d/${name}"] {
|
||||||
source => $source,
|
source => $source,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue