]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Inheritance fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Oct 2015 18:56:21 +0000 (16:56 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Oct 2015 18:56:21 +0000 (16:56 -0200)
manifests/subsystem/gdm3/disabled.pp
manifests/subsystem/lightdm/disabled.pp

index 117c530ad790b47d8c47d126657788403bf19c49..3e108f37ab4d835f738206b93514d69a4b997862 100644 (file)
@@ -1,4 +1,4 @@
-class nodo::subsystem::gdm3::disabled {
+class nodo::subsystem::gdm3::disabled inherits nodo::subsystem::gdm3 {
   Package['gdm3'] {
     ensure => absent,
   }
index 4b9e4d29b500556d2059fb917fb4ac65e15a5318..9e8da8c033f78af9a5937550cc5062011324312b 100644 (file)
@@ -1,4 +1,4 @@
-class nodo::subsystem::lightdm::disabled {
+class nodo::subsystem::lightdm::disabled inherits nodo::subsystem::lightdm {
   Package['lightdm'] {
     ensure => absent,
   }