diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-15 14:07:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-15 14:07:45 -0200 |
commit | a761fd996f282240a84095cb929289a2132655c1 (patch) | |
tree | 57ce1eaba4b1947893ec5c7a594115c60c5b1bcd /manifests/subsystems/gdm.pp | |
parent | 8b363104e761b0a3f6546c624f4bc66bedfc7274 (diff) | |
download | puppet-nodo-a761fd996f282240a84095cb929289a2132655c1.tar.gz puppet-nodo-a761fd996f282240a84095cb929289a2132655c1.tar.bz2 |
Trying alternative way to disable gdm exec
Diffstat (limited to 'manifests/subsystems/gdm.pp')
-rw-r--r-- | manifests/subsystems/gdm.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/gdm.pp b/manifests/subsystems/gdm.pp index 5e4da07..8e7cefc 100644 --- a/manifests/subsystems/gdm.pp +++ b/manifests/subsystems/gdm.pp @@ -72,7 +72,7 @@ class gdm::disabled inherits gdm { } Exec['/usr/sbin/dpkg-reconfigure gdm'] { - ensure => absent, + command => '/bin/true', } Service['gdm'] { |