Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/statsmaster/manifests/init.pp

Issue 5831969988411392: Issue 2585 - Ensure /etc/ssh/ssh_known_hosts being readable (Closed)
Patch Set: Created May 26, 2015, 1:57 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/base/manifests/init.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/statsmaster/manifests/init.pp
===================================================================
--- a/modules/statsmaster/manifests/init.pp
+++ b/modules/statsmaster/manifests/init.pp
@@ -8,7 +8,7 @@
include statsmaster::downloads, statsmaster::awstats
# Realize known_hosts from base module
- Sshkey <| |>
+ Sshkey <| tag == 'base::explicit_host_record' |>
user {'stats':
ensure => present,
« no previous file with comments | « modules/base/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld