diff options
Diffstat (limited to 'manifests/subsystems/xorg.pp')
-rw-r--r-- | manifests/subsystems/xorg.pp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/subsystems/xorg.pp b/manifests/subsystems/xorg.pp deleted file mode 100644 index 7009707..0000000 --- a/manifests/subsystems/xorg.pp +++ /dev/null @@ -1,13 +0,0 @@ -class xorg($enable = hiera('nodo::xorg::enable', false)) { - if $xorg != false { - file { "/etc/X11/xorg.conf": - ensure => present, - owner => root, - group => root, - mode => 0644, - 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" ], - } - } -} |