aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/xorg.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/xorg.pp')
-rw-r--r--manifests/subsystems/xorg.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/xorg.pp b/manifests/subsystems/xorg.pp
index bbdcb48..0d92cec 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:///modules/site-nodo/X11/xorg.conf/$hostname",
- "puppet:///modules/site-nodo/X11/xorg.conf.default" ],
+ source => [ "puppet:///modules/site_nodo/X11/xorg.conf/$hostname",
+ "puppet:///modules/site_nodo/X11/xorg.conf.default" ],
}
}
}