]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removing nodo::desktop::dev and nodo::laptop::dev classe
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Jan 2013 17:26:55 +0000 (15:26 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Jan 2013 17:26:55 +0000 (15:26 -0200)
manifests/desktop.pp
manifests/laptop.pp

index e7496c22ea4be7a1eca6e131a53bf2b6fc968d4c..7efbfaf5631f752a24ceed86e58c76972ab6121a 100644 (file)
@@ -44,9 +44,3 @@ class nodo::desktop::webdev inherits nodo::desktop {
   include database
   include utils::web
 }
-
-class nodo::desktop::dev {
-  $apt_include_src      = true
-  $apt_use_next_release = false
-  include nodo::desktop::webdev
-}
index 93255982aeb07c5756e4992a6f9b9f349788c312..382279e99f72d807f4323c043f5bcd8b71e61ca6 100644 (file)
@@ -61,12 +61,6 @@ class nodo::laptop::webdev inherits nodo::laptop {
   include utils::web
 }
 
-class nodo::laptop::dev {
-  $apt_include_src      = true
-  $apt_use_next_release = false
-  include nodo::laptop::webdev
-}
-
 class nodo::laptop::minimal {
   $fstab    = false
   $crypttab = false