From: Silvio Rhatto Date: Tue, 25 Aug 2015 22:38:28 +0000 (-0300) Subject: Fix enable parameter at xorg config X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9cd084f24eb9fd81cdaae86a497b04e9f0469300;p=puppet-nodo.git Fix enable parameter at xorg config --- diff --git a/manifests/subsystem/xorg.pp b/manifests/subsystem/xorg.pp index d6d394c..da8a069 100644 --- a/manifests/subsystem/xorg.pp +++ b/manifests/subsystem/xorg.pp @@ -1,7 +1,7 @@ class nodo::subsystem::xorg( $enable = hiera('nodo::subsystem::xorg::enable', false) ) { - if $xorg != false { + if $enable != false { file { "/etc/X11/xorg.conf": ensure => present, owner => root,