]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding xorg.conf into nodo::desktop
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Mar 2010 20:03:29 +0000 (20:03 +0000)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Mar 2010 20:03:29 +0000 (20:03 +0000)
manifests/init.pp

index 8ae9589efa2462ed17a6e05983a9c6d7cbe26bd3..5c56b3d5a24b4aa1aadade5efe2f2e2bf9fad65f 100644 (file)
@@ -214,6 +214,15 @@ class nodo::desktop inherits nodo::physical {
     mode    => 0644,
     ensure  => present,
   }
+
+  # xorg
+  file { "/etc/X11/xorg.conf":
+    ensure  => present,
+    owner   => root,
+    group   => root,
+    mode    => 0644,
+    source  => "puppet://$server/files/etc/X11/xorg.conf/$hostname",
+  }
 }
 
 class nodo::vserver inherits nodo {