]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Fix indentation.
authorintrigeri <intrigeri@boum.org>
Sun, 17 Oct 2010 14:42:15 +0000 (16:42 +0200)
committerintrigeri <intrigeri@boum.org>
Sun, 17 Oct 2010 14:42:15 +0000 (16:42 +0200)
manifests/init.pp

index cbd0b1f42d0a2088c84462d86f0cce1b92d7303b..1efc443e8e27fd3cd7e2298f558edc8f3e2b8020 100644 (file)
@@ -147,12 +147,12 @@ class apt {
       refreshonly => true,
       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 => [ Config_file["/etc/apt/preferences", "/etc/apt/sources.list", "apt_config"] ],
-        loglevel => info,
-        # Another Semaphor for all packages to reference
-        alias => "apt_updated";
+    'update_apt':
+      command => '/usr/bin/apt-get update && /usr/bin/apt-get autoclean',
+      require => [ Config_file["/etc/apt/preferences", "/etc/apt/sources.list", "apt_config"] ],
+      loglevel => info,
+      # Another Semaphor for all packages to reference
+      alias => "apt_updated";
   }
 
   ## This package should really always be current