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

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

Issue 29366707: Issue 3574 - Remove obsolete sshkey realization in class statsmaster (Closed)
Patch Set: Created Dec. 1, 2016, 4:45 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 | « no previous file | 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
diff --git a/modules/statsmaster/manifests/init.pp b/modules/statsmaster/manifests/init.pp
index 030dc8137f53bec9e602fa45c8b7f4962b8be22d..3cc86ee6dd659b42f3db963aa5f0140f5473510a 100644
--- a/modules/statsmaster/manifests/init.pp
+++ b/modules/statsmaster/manifests/init.pp
@@ -7,9 +7,6 @@ class statsmaster(
include statsmaster::downloads, statsmaster::awstats
- # Realize known_hosts from base module
- Sshkey <| tag == 'base::explicit_host_record' |>
-
user {'stats':
ensure => present,
home => '/home/stats',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld