diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 11:15:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 11:15:57 -0300 |
commit | 71022836ebc27767e9edc75a1d323523bdd779f3 (patch) | |
tree | 1d1c8bf2e8e0426f867e7cce25fb8680674baefd /manifests | |
parent | 408e52c03bb5fa63845e6c806849f7c7a8e1a228 (diff) | |
download | puppet-ikiwiki-71022836ebc27767e9edc75a1d323523bdd779f3.tar.gz puppet-ikiwiki-71022836ebc27767e9edc75a1d323523bdd779f3.tar.bz2 |
Updates local_key definition
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/instance.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/instance.pp b/manifests/instance.pp index c48634d..c8faf99 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -89,7 +89,7 @@ define ikiwiki::instance( # SSH key management required a defined resource "ssh_local_key" if $manage_ssh_key == true { - ssh_local_key { "ikiwiki-${name}": + nodo::subsystem::ssh::local_key { "ikiwiki-${name}": ensure => $ensure, owner => $owner, group => $group, |