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', |