]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
No need to update APT lists when pinning changes (bis).
authorintrigeri <intrigeri@boum.org>
Sun, 17 Oct 2010 14:46:55 +0000 (16:46 +0200)
committerintrigeri <intrigeri@boum.org>
Sun, 17 Oct 2010 14:46:55 +0000 (16:46 +0200)
manifests/init.pp

index 409f3a89d4fd6d82a1aa66abe07597b0fa7a9d2e..25b7661dd8f8f214a2853c9163208f68b9762bd6 100644 (file)
@@ -146,10 +146,10 @@ class apt {
       command => '/usr/bin/apt-get update && sleep 1',
       refreshonly => true,
       subscribe => [ File["/etc/apt/apt.conf.d"],
-                     Config_file["/etc/apt/sources.list", "apt_config"] ];
+                     Config_file["/etc/apt/sources.list"] ];
     'update_apt':
       command => '/usr/bin/apt-get update && /usr/bin/apt-get autoclean',
-      require => [ Config_file["/etc/apt/sources.list", "apt_config"] ],
+      require => [ Config_file["/etc/apt/sources.list"] ],
       loglevel => info,
       # Another Semaphor for all packages to reference
       alias => "apt_updated";