]> gitweb.fluxo.info Git - puppet-monkeysphere.git/commitdiff
fix typo
authormh <mh@immerda.ch>
Mon, 1 Oct 2012 21:49:44 +0000 (23:49 +0200)
committermh <mh@immerda.ch>
Mon, 1 Oct 2012 21:49:44 +0000 (23:49 +0200)
manifests/init.pp

index d51f36ac46c18de0d3a5a326ea7fb5d7df51b6d0..ca7312092698d0095607573714085ccb8013c35c 100644 (file)
@@ -28,7 +28,7 @@ class monkeysphere(
 
   $port = $monkeysphere::ssh_port ? {
     ''      => '',
-    default => ":${monkeyspherer::ssh_port}",
+    default => ":${monkeysphere::ssh_port}",
   }
 
   $key = "ssh://${::fqdn}${port}"