aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-26 12:25:39 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-26 12:25:39 -0200
commit3146dee64ee998b50228976ba72de916877bfab3 (patch)
tree48acfc43879b7e80e98a52e027b6a7e8edcf8bd2 /manifests
parentdcd2cd5afc1586782d40a645fea1a7c4725e53c4 (diff)
downloadpuppet-nodo-3146dee64ee998b50228976ba72de916877bfab3.tar.gz
puppet-nodo-3146dee64ee998b50228976ba72de916877bfab3.tar.bz2
Variable scope updates
Diffstat (limited to 'manifests')
-rw-r--r--manifests/personal.pp2
-rw-r--r--manifests/plug.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/personal.pp b/manifests/personal.pp
index 0e4fdf4..4d63486 100644
--- a/manifests/personal.pp
+++ b/manifests/personal.pp
@@ -6,7 +6,7 @@ class nodo::personal {
class { 'pam': }
class { 'xorg': }
- if $lsbdistcodename == 'squeeze' {
+ if $::lsbdistcodename == 'squeeze' {
include gdm
}
diff --git a/manifests/plug.pp b/manifests/plug.pp
index 08bb4c9..81820e6 100644
--- a/manifests/plug.pp
+++ b/manifests/plug.pp
@@ -13,7 +13,7 @@ class nodo::plug inherits nodo {
}
# Munin configuration
- munin_node { "$hostname":
+ munin_node { "${::hostname}":
port => '4900',
}
}