aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-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}"