]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Use smaller build-dep package
authorHunter Haugen <hunter@puppetlabs.com>
Fri, 21 Feb 2014 19:55:16 +0000 (11:55 -0800)
committerHunter Haugen <hunter@puppetlabs.com>
Fri, 21 Feb 2014 19:55:16 +0000 (11:55 -0800)
spec/acceptance/apt_builddep_spec.rb

index b61fca29550196008fc31073eb55ae1e8ea5effb..cb01a1b047b29c236559a7749078f7b4b935191f 100644 (file)
@@ -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