diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 16:56:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 16:56:21 -0200 |
commit | 61276c3c8862250bb128233b3e24aef892433341 (patch) | |
tree | 827e55d4f6b6c2ec192b81df501cdfec8dc93883 /manifests/subsystem/gdm3 | |
parent | 08d31802055435ca4e8de3a589d21a4a3dc187e1 (diff) | |
download | puppet-nodo-61276c3c8862250bb128233b3e24aef892433341.tar.gz puppet-nodo-61276c3c8862250bb128233b3e24aef892433341.tar.bz2 |
Inheritance fix
Diffstat (limited to 'manifests/subsystem/gdm3')
-rw-r--r-- | manifests/subsystem/gdm3/disabled.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/gdm3/disabled.pp b/manifests/subsystem/gdm3/disabled.pp index 117c530..3e108f3 100644 --- a/manifests/subsystem/gdm3/disabled.pp +++ b/manifests/subsystem/gdm3/disabled.pp @@ -1,4 +1,4 @@ -class nodo::subsystem::gdm3::disabled { +class nodo::subsystem::gdm3::disabled inherits nodo::subsystem::gdm3 { Package['gdm3'] { ensure => absent, } |