diff options
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'] { |