Enlarging the scope of ssh module

Including only ssh::server::install class in init.pp give too small scope
and cause warnings about inability to look up ssh::server::ensure.

Closes-Bug: 1355873

Change-Id: I443c9f006b47c609e4a05da38b4a2124acbf886e
This commit is contained in:
Michal Skalski
2014-08-12 16:59:04 +02:00
parent cd3ef0bba3
commit e6a225d79b
29 changed files with 29 additions and 75 deletions

View File

@@ -4,7 +4,6 @@ describe 'swift::proxy::ceilometer' do
let :facts do
{
:concat_basedir => '/var/lib/puppet/concat',
:osfamily => 'Debian'
}
end