aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-15 14:07:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-15 14:07:45 -0200
commita761fd996f282240a84095cb929289a2132655c1 (patch)
tree57ce1eaba4b1947893ec5c7a594115c60c5b1bcd
parent8b363104e761b0a3f6546c624f4bc66bedfc7274 (diff)
downloadpuppet-nodo-a761fd996f282240a84095cb929289a2132655c1.tar.gz
puppet-nodo-a761fd996f282240a84095cb929289a2132655c1.tar.bz2
Trying alternative way to disable gdm exec
-rw-r--r--manifests/subsystems/gdm.pp2
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'] {