From: Silvio Rhatto Date: Fri, 15 Feb 2013 16:07:45 +0000 (-0200) Subject: Trying alternative way to disable gdm exec X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a761fd996f282240a84095cb929289a2132655c1;p=puppet-nodo.git Trying alternative way to disable gdm exec --- 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'] {