From afeaf571262935ad4c458a5ad8d2db9ca0befb79 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Fri, 21 Feb 2014 11:55:16 -0800 Subject: [PATCH] Use smaller build-dep package --- spec/acceptance/apt_builddep_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/acceptance/apt_builddep_spec.rb b/spec/acceptance/apt_builddep_spec.rb index b61fca2..cb01a1b 100644 --- a/spec/acceptance/apt_builddep_spec.rb +++ b/spec/acceptance/apt_builddep_spec.rb @@ -4,7 +4,7 @@ describe 'apt::builddep' do context 'reset' do it 'removes packages' do - shell('apt-get -y remove glusterfs-server') + shell('apt-get -y remove znc') shell('apt-get -y remove g++') end end @@ -13,7 +13,7 @@ describe 'apt::builddep' do it 'should work with no errors' do pp = <<-EOS include '::apt' - apt::builddep { 'glusterfs-server': } + apt::builddep { 'znc': } EOS apply_manifest(pp, :catch_failures => true) @@ -28,7 +28,7 @@ describe 'apt::builddep' do context 'reset' do it 'removes packages' do - shell('apt-get -y remove glusterfs-server') + shell('apt-get -y remove znc') shell('apt-get -y remove g++') end end -- 2.45.2