module-puppetlabs-apt/manifests
Nick Berard 38263ac768 After the repository is added, the ${::apt::sources_list_d}/${sources_list_d_filename} file is created as an empty file.
The unless condition of Exec["add-apt-repository-${name}"] calls test -s, which returns 1 if the file is empty. Because
the file is empty, the unless condition is never true and the repository is added on every execution. This commit
replaces the -s test condition with -f, which is true if the file exists or false otherwise.
2016-07-01 17:31:05 -07:00
..
backports.pp MODULES-2446 - Fix pinning for backports 2015-08-26 16:29:54 -07:00
conf.pp apt::setting expects priority to be an integer, set defaults accordingly 2016-04-19 12:31:00 +02:00
init.pp Add support for creating pins from main class 2015-09-04 22:31:13 -04:00
key.pp Fix regexp for $ensure params 2016-06-05 18:44:25 +09:00
params.pp apt/params: Remove unused LSB facts 2016-06-05 12:29:00 +02:00
pin.pp apt::setting expects priority to be an integer, set defaults accordingly 2016-04-19 12:31:00 +02:00
ppa.pp After the repository is added, the ${::apt::sources_list_d}/${sources_list_d_filename} file is created as an empty file. 2016-07-01 17:31:05 -07:00
setting.pp Corrected regression with preference files name 2015-09-02 12:06:16 +01:00
source.pp Exposing notify_update to apt::source 2016-03-18 10:08:30 -07:00
update.pp Update update.pp 2015-06-17 12:05:37 +01:00