aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem')
-rw-r--r--manifests/subsystem/xorg.pp2
1 files changed, 1 insertions, 1 deletions
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,