From f7af7a686b888828808786a219dbed45c932d130 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Thu, 21 Sep 2017 22:26:34 -0400 Subject: Remove calling fdio class from honeycomb We currently invoke fdio class from honeycomb, this could cause problem if fdio is invoked somewhere else in the manifest with resource style invokation. It should be safe to assume fdio will be called when honeycomb class is used. Also removes custom honeycomb restart command. JIRA: PUP-7 Change-Id: I19348c4e59778fa65dc0ceea895185e68f8afcaf Signed-off-by: Feng Pan --- spec/acceptance/honeycomb_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/acceptance/honeycomb_spec.rb') diff --git a/spec/acceptance/honeycomb_spec.rb b/spec/acceptance/honeycomb_spec.rb index 012693b..36f8a2e 100644 --- a/spec/acceptance/honeycomb_spec.rb +++ b/spec/acceptance/honeycomb_spec.rb @@ -5,6 +5,7 @@ describe 'fdio::honeycomb' do describe 'default parameters' do it 'should work with no errors' do pp= <<-EOS + class { '::fdio': } class { '::fdio::honeycomb': } EOS -- cgit 1.2.3-korg