Compare commits

...

1 commit

Author SHA1 Message Date
bb1176d81d Modified comparison with empty string 2015-10-14 19:15:00 +02:00

View file

@ -25,7 +25,7 @@ define apt::apt_conf(
mode => '0644',
}
if $source {
if $source != '' {
File["/etc/apt/apt.conf.d/${name}"] {
source => $source,
}