From: Silvio Rhatto Date: Sun, 14 Mar 2010 20:03:29 +0000 (+0000) Subject: Adding xorg.conf into nodo::desktop X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ae9fde1eef1953777045e54333ebc7074357e340;p=puppet-nodo.git Adding xorg.conf into nodo::desktop --- diff --git a/manifests/init.pp b/manifests/init.pp index 8ae9589..5c56b3d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 {