aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-10-01 23:49:44 +0200
committermh <mh@immerda.ch>2012-10-01 23:49:44 +0200
commit6321144806ec67ff2d5a12df95b00f1250b8fcca (patch)
tree5ef644bfcaad4eb51d8347f1d7c4b52f75f82a13
parent4a3f24cb319a1e4411c2611e2fa4b01bc6d4d385 (diff)
downloadpuppet-monkeysphere-6321144806ec67ff2d5a12df95b00f1250b8fcca.tar.gz
puppet-monkeysphere-6321144806ec67ff2d5a12df95b00f1250b8fcca.tar.bz2
fix typo
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index d51f36a..ca73120 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -28,7 +28,7 @@ class monkeysphere(
$port = $monkeysphere::ssh_port ? {
'' => '',
- default => ":${monkeyspherer::ssh_port}",
+ default => ":${monkeysphere::ssh_port}",
}
$key = "ssh://${::fqdn}${port}"