diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-07-14 15:37:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-07-14 15:37:00 -0300 |
commit | 38fb3669d0ecbfcd8438d2781869dc06a71a4541 (patch) | |
tree | 6cf7c22972441946a094302cdd5abf3aaab59e14 /manifests/subsystems/xorg.pp | |
parent | 4eb8dfd32499625ceb60d06f3ebf236de727a3b0 (diff) | |
download | puppet-nodo-38fb3669d0ecbfcd8438d2781869dc06a71a4541.tar.gz puppet-nodo-38fb3669d0ecbfcd8438d2781869dc06a71a4541.tar.bz2 |
Updating to site-module convention
Diffstat (limited to 'manifests/subsystems/xorg.pp')
-rw-r--r-- | manifests/subsystems/xorg.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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" ], } } } |