From 7b9ba443409d830667163f8ec1c0c1a82577f486 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sun, 17 Oct 2010 16:41:40 +0200 Subject: Fix relationships. --- manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index f3c8845..cbd0b1f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -145,11 +145,11 @@ class apt { 'refresh_apt': command => '/usr/bin/apt-get update && sleep 1', refreshonly => true, - subscribe => [ File["/etc/apt/sources.list", "/etc/apt/preferences", "/etc/apt/apt.conf.d"], - Config_file["apt_config"] ]; + subscribe => [ File["/etc/apt/apt.conf.d"], + Config_file["/etc/apt/preferences", "/etc/apt/sources.list", "apt_config"] ]; 'update_apt': command => '/usr/bin/apt-get update && /usr/bin/apt-get autoclean', - require => [ File["/etc/apt/sources.list", "/etc/apt/preferences"], Config_file["apt_config"] ], + require => [ Config_file["/etc/apt/preferences", "/etc/apt/sources.list", "apt_config"] ], loglevel => info, # Another Semaphor for all packages to reference alias => "apt_updated"; -- cgit v1.2.3