Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 15, 2012
1 parent 5579ba8 commit 5b3e64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ssh/manifests/server/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
}

Expand Down

0 comments on commit 5b3e64e

Please sign in to comment.