We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d12fb83 + 9ab1131 commit 340f37aCopy full SHA for 340f37a
2 files changed
manifests/oned/onegate/service.pp
@@ -17,7 +17,7 @@
17
# http://www.apache.org/licenses/LICENSE-2.0.html
18
#
19
class one::oned::onegate::service {
20
- service {'onegate-server':
+ service {'opennebula-gate':
21
ensure => running,
22
enable => true,
23
require => Service['opennebula'],
spec/classes/opennebula_spec.rb
@@ -235,7 +235,7 @@
235
elsif f[:osfamily] == 'Debian'
236
#it { should contain_package('parse-cron') }
237
end
238
- it { should contain_service('onegate-server').with_ensure('running') }
+ it { should contain_service('opennebula-gate').with_ensure('running') }
239
240
context 'with sunstone' do
241
let(:params) { {
0 commit comments