Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix scope of ipaddresses variable
Browse files Browse the repository at this point in the history
saz committed Nov 30, 2012
1 parent e910268 commit de782f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/hostkeys.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class ssh::hostkeys {
$ipaddresses = ipaddresses()
$host_aliases = flatten([ $::fqdn, $::hostname, $::ipaddresses ])
$host_aliases = flatten([ $::fqdn, $::hostname, $ipaddresses ])

@@sshkey { "${::fqdn}_dsa":
host_aliases => $host_aliases,

0 comments on commit de782f2

Please sign in to comment.