Skip to content

Commit

Permalink
curl gets ensured by rbenv already and postfix being ensured isnt ide…
Browse files Browse the repository at this point in the history
…al. removing these to work around duplicate declaration issues prior to sbadia#102 being merged
  • Loading branch information
brianvans committed Mar 11, 2014
1 parent abc682a commit 622164d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions manifests/setup.pp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,4 @@
}
}

# other packages
ensure_packages(['postfix','curl'])
}
6 changes: 0 additions & 6 deletions spec/classes/gitlab_setup_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 622164d

Please sign in to comment.