From 6321144806ec67ff2d5a12df95b00f1250b8fcca Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 1 Oct 2012 23:49:44 +0200 Subject: fix typo --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit v1.2.3