Reverting last change

This commit is contained in:
Andrew Bayer 2014-12-30 16:18:52 -08:00
parent 9893c52854
commit 7809dafbd1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
class ssh_asf {
include ssh
$server_opts = hiera('ssh_asf::server_options', {})
$server_opts = hiera_hash('ssh_asf::server_options', {})
notice("server_opts: ${server_opts}")
create_resources(ssh::server_options, $server_opts)