]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fixing dpkg-reconfigure gdm
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 10 Jul 2012 00:43:41 +0000 (21:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 10 Jul 2012 00:43:41 +0000 (21:43 -0300)
files/etc/gdm/gdm.conf
manifests/subsystems/gdm.pp

index adea3548a6e6e9cef69d9385226c943807223510..b66bace08f042ba2e3c429dec13fa82f4ea0e4d2 100644 (file)
@@ -62,7 +62,7 @@
 
 [greeter]
 
-GraphicalTheme=Tuxtastic
+GraphicalTheme=crunchbang
 GraphicalThemes=crunchbang/:Tuxtastic
 Browser=false
 GraphicalThemedColor=#000000
index 40ed9e68ef2a51958681295e2a5e9276eb8217e0..403fd25afc4db17f9616286f19a89b8c0acea640 100644 (file)
@@ -8,9 +8,10 @@ class gdm {
     require => Package['gdm'],
   }
 
-  exec { 'dpkg-reconfigure gdm':
-    path        => ['/usr/sbin'],
+  exec { '/usr/sbin/dpkg-reconfigure gdm':
     subscribe   => File['/etc/gdm/gdm.conf'],
+    user        => root,
+    group       => root,
     refreshonly => true,
     require     => Service['gdm'],
   }