Skip to content

Commit

Permalink
Exporting and importing ssh known hosts the proper way
Browse files Browse the repository at this point in the history
  • Loading branch information
S. Mannem committed May 22, 2017
1 parent ff3752d commit 5c90dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/ssh.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Ssh_authorized_key <<| tag == $facts['pure_cloud_clusterdns'] |>>

class { 'pure_postgres::ssh':
tags => [ $facts['pure_cloud_clusterdns'], "barman:${pure_repmgr::barman_server}" ],
tags => [ $facts['pure_cloud_clusterdns'], $pure_repmgr::barman_server ],
}

}
Expand Down

0 comments on commit 5c90dbf

Please sign in to comment.