]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Syntax fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Jun 2013 22:35:46 +0000 (19:35 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Jun 2013 22:35:46 +0000 (19:35 -0300)
manifests/utils/storage/layer.pp

index 6db6e2db271ccac76a646efd419585ffeb0f7d98..3847cd322437015d7fbad66715e8fad654408352 100644 (file)
@@ -1,4 +1,4 @@
-class nodo:utils::storage::layer {
+class nodo::utils::storage::layer {
   package { [ 'mdadm', 'cryptsetup', 'lvm2' ]:
     ensure => installed,
   }