]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Trying alternative way to disable gdm exec
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 15 Feb 2013 16:07:45 +0000 (14:07 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 15 Feb 2013 16:07:45 +0000 (14:07 -0200)
manifests/subsystems/gdm.pp

index 5e4da07b722dbd69af71e21a27425c76b95716a1..8e7cefcedd6e119108e2c678a51b0994730fc297 100644 (file)
@@ -72,7 +72,7 @@ class gdm::disabled inherits gdm {
   }
 
   Exec['/usr/sbin/dpkg-reconfigure gdm'] {
-    ensure => absent,
+    command => '/bin/true',
   }
 
   Service['gdm'] {