Index: modules/statsclient/manifests/init.pp |
=================================================================== |
--- a/modules/statsclient/manifests/init.pp |
+++ b/modules/statsclient/manifests/init.pp |
@@ -1,4 +1,7 @@ |
class statsclient { |
+ |
+ include ssh |
Wladimir Palant
2014/11/17 16:43:36
That change shouldn't be necessary, is that a reba
mathias
2014/11/27 00:30:18
No it is not, that one is actually intentional. Pl
|
+ |
user {'stats': |
ensure => present, |
home => '/home/stats', |