From 279833df056e8bbba7af670b8a2d0aaadcc73f5f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 10 Apr 2010 10:35:55 -0300 Subject: Adding laptop class, pam and xorg subsystems --- manifests/subsystems/xorg.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifests/subsystems/xorg.pp (limited to 'manifests/subsystems/xorg.pp') diff --git a/manifests/subsystems/xorg.pp b/manifests/subsystems/xorg.pp new file mode 100644 index 0000000..60902d1 --- /dev/null +++ b/manifests/subsystems/xorg.pp @@ -0,0 +1,10 @@ +class xorg { + # xorg + file { "/etc/X11/xorg.conf": + ensure => present, + owner => root, + group => root, + mode => 0644, + source => "puppet://$server/files/etc/X11/xorg.conf/$hostname", + } +} -- cgit v1.2.3