]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Managing local encrypted backup (2)
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 23:15:13 +0000 (21:15 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 23:15:13 +0000 (21:15 -0200)
manifests/nodo.pp

index 64f25928994b86edec37f6b603506937b5fa60c7..ed8668a336ac2e09b5a5bf1ee38f8c9b72fd1048 100644 (file)
@@ -31,14 +31,14 @@ class nodo {
         password   => hiera('nodo::backup::password'),
       }
     }
-    absent {
+    absent: {
       backup::duplicity { "localhost":
         encryptkey => hiera('nodo::backup::encryptkey'),
         password   => hiera('nodo::backup::password'),
         ensure     => absent,
       }
     }
-    default { }
+    default: { }
   }
 
   # Does not work well inside vservers