From 38fb3669d0ecbfcd8438d2781869dc06a71a4541 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 14 Jul 2011 15:37:00 -0300 Subject: Updating to site-module convention --- manifests/subsystems/xorg.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/subsystems/xorg.pp') diff --git a/manifests/subsystems/xorg.pp b/manifests/subsystems/xorg.pp index 5c27bd8..bbdcb48 100644 --- a/manifests/subsystems/xorg.pp +++ b/manifests/subsystems/xorg.pp @@ -6,8 +6,8 @@ class xorg { owner => root, group => root, mode => 0644, - source => [ "puppet://$server/files/etc/X11/xorg.conf/$hostname", - "puppet://$server/files/etc/X11/xorg.conf.default" ], + source => [ "puppet:///modules/site-nodo/X11/xorg.conf/$hostname", + "puppet:///modules/site-nodo/X11/xorg.conf.default" ], } } } -- cgit v1.2.3