From 8abf2781a7c968d22a5ca5551f7989bbd15a3204 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Jan 2013 14:30:58 -0200 Subject: Fixing some variable scopes --- 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 f90feff..7009707 100644 --- a/manifests/subsystems/xorg.pp +++ b/manifests/subsystems/xorg.pp @@ -5,8 +5,8 @@ class xorg($enable = hiera('nodo::xorg::enable', false)) { owner => root, group => root, mode => 0644, - source => [ "puppet:///modules/site_nodo/X11/xorg.conf/${hostname}.${lsbdistcodename}", - "puppet:///modules/site_nodo/X11/xorg.conf/${hostname}", + source => [ "puppet:///modules/site_nodo/X11/xorg.conf/${::hostname}.${::lsbdistcodename}", + "puppet:///modules/site_nodo/X11/xorg.conf/${::hostname}", "puppet:///modules/site_nodo/X11/xorg.conf.default" ], } } -- cgit v1.2.3