]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 13 Sep 2011 17:26:30 +0000 (14:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 13 Sep 2011 17:26:30 +0000 (14:26 -0300)
manifests/laptop.pp

index 4418e0f7ababb10c8f281cd5ee8c2dced478cbf7..c4e5823b9cedb28bc6ea460c8acdadeb5e32858b 100644 (file)
@@ -49,5 +49,5 @@ class nodo::laptop::webdev inherits nodo::laptop {
 class nodo::laptop::dev {
   $apt_include_src      = true
   $apt_use_next_release = true
-  include nodo::desktop::webdev
+  include nodo::laptop::webdev
 }