From 622164d7f4d34f1a6ca27b18ba032e7ed36f9da1 Mon Sep 17 00:00:00 2001 From: brianvans Date: Tue, 11 Mar 2014 16:26:12 -0600 Subject: [PATCH] curl gets ensured by rbenv already and postfix being ensured isnt ideal. removing these to work around duplicate declaration issues prior to https://github.com/sbadia/puppet-gitlab/issues/102 being merged --- manifests/setup.pp | 2 -- spec/classes/gitlab_setup_spec.rb | 6 ------ 2 files changed, 8 deletions(-) diff --git a/manifests/setup.pp b/manifests/setup.pp index 8777a47..4348397 100644 --- a/manifests/setup.pp +++ b/manifests/setup.pp @@ -111,6 +111,4 @@ } } - # other packages - ensure_packages(['postfix','curl']) } diff --git a/spec/classes/gitlab_setup_spec.rb b/spec/classes/gitlab_setup_spec.rb index c64fde4..92b8206 100644 --- a/spec/classes/gitlab_setup_spec.rb +++ b/spec/classes/gitlab_setup_spec.rb @@ -149,12 +149,6 @@ :ruby => '2.0.0-p353' )} end - #### Commons packages (all dist.) - describe 'commons packages' do - ['postfix','curl'].each do |pkg| - it { should contain_package(pkg) } - end - end #### git package describe 'git package' do it { should contain_package('git').with(