aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-04 11:32:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-04 11:32:13 -0300
commit4aee481e4f0bceaeadbceb3a0f1553091fea37df (patch)
tree1e0519b81dcfc0cd70f53109375d0c53aa60f720 /manifests/subsystem
parent0f4c86322541b93ba667e5f410c9b1af6a7b83f9 (diff)
downloadpuppet-nodo-4aee481e4f0bceaeadbceb3a0f1553091fea37df.tar.gz
puppet-nodo-4aee481e4f0bceaeadbceb3a0f1553091fea37df.tar.bz2
OOps
Diffstat (limited to 'manifests/subsystem')
-rw-r--r--manifests/subsystem/monitor.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/monitor.pp b/manifests/subsystem/monitor.pp
index 99538bb..a444479 100644
--- a/manifests/subsystem/monitor.pp
+++ b/manifests/subsystem/monitor.pp
@@ -1,5 +1,5 @@
class nodo::subsystem::monitor(
- $TYPE = 'vserver',
+ $type = 'vserver',
$use_nagios = hiera('nodo::subsystem::monitor::use_nagios', True),
$check_ping = hiera('nodo::subsystem::monitor::check_ping', present),
$check_ssh = hiera('nodo::subsystem::monitor::check_ssh', absent),