From 5857c4b1b8b30b89dcff713bb2731799ba10a0c4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 10 Apr 2010 10:48:33 -0300 Subject: Allowing default xorg.conf --- manifests/subsystems/xorg.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/subsystems/xorg.pp') diff --git a/manifests/subsystems/xorg.pp b/manifests/subsystems/xorg.pp index 60902d1..ff4f5e4 100644 --- a/manifests/subsystems/xorg.pp +++ b/manifests/subsystems/xorg.pp @@ -5,6 +5,7 @@ class xorg { owner => root, group => root, mode => 0644, - source => "puppet://$server/files/etc/X11/xorg.conf/$hostname", + source => [ "puppet://$server/files/etc/X11/xorg.conf/$hostname", + "puppet://$server/files/etc/X11/xorg.conf.default" ], } } -- cgit v1.2.3