From 5b3e64ee057a7231882cb797b55ba59fc1a77dc8 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Mon, 15 Oct 2012 14:42:28 -0700 Subject: [PATCH] syntax error --- modules/ssh/manifests/server/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssh/manifests/server/config.pp b/modules/ssh/manifests/server/config.pp index 6dfb321..b14361f 100644 --- a/modules/ssh/manifests/server/config.pp +++ b/modules/ssh/manifests/server/config.pp @@ -10,7 +10,7 @@ path => "/bin:/usr/bin", unless => "cat /home/${::kala_user}/.ssh/id_rsa.pub", command => "sudo -u ${::kala_user} ssh-keygen", - require => Class["ssh:server::install"], + require => Class["ssh::server::install"], notify => Class["ssh::server::service"], }