We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e7fe6d + 1f68169 commit d12fb83Copy full SHA for d12fb83
2 files changed
manifests/oned/oneflow/service.pp
@@ -17,7 +17,7 @@
17
# http://www.apache.org/licenses/LICENSE-2.0.html
18
#
19
class one::oned::oneflow::service {
20
- service {'oneflow-server':
+ service {'opennebula-flow':
21
ensure => running,
22
enable => true,
23
require => Service['opennebula'],
spec/classes/opennebula_spec.rb
@@ -219,7 +219,7 @@
219
it { should contain_package('ruby-treetop') }
220
it { should contain_package('ruby-polyglot') }
221
end
222
- it { should contain_service('oneflow-server').with_ensure('running') }
+ it { should contain_service('opennebula-flow').with_ensure('running') }
223
224
context 'with onegate' do
225
let(:params) { {
0 commit comments