summaryrefslogtreecommitdiff
path: root/files/puppet/modules/pixelated/spec/classes/apt_preferences_spec.rb
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-05-09 19:24:17 +0200
committervarac <varacanero@zeromail.org>2017-05-09 19:24:17 +0200
commit6f7c01b9ac208bd85b0fc37b822a8ac63750ac6f (patch)
tree892b8528802980abe16feb19da9054773e2987fe /files/puppet/modules/pixelated/spec/classes/apt_preferences_spec.rb
parent5dd10513e7273926f466a47faecb37e6edc10ef5 (diff)
git subrepo clone --force https://github.com/pixelated/puppet-pixelated.git files/puppet/modules/pixelated
subrepo: subdir: "files/puppet/modules/pixelated" merged: "ec289de" upstream: origin: "https://github.com/pixelated/puppet-pixelated.git" branch: "master" commit: "ec289de" git-subrepo: version: "0.3.1" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "3202adb"
Diffstat (limited to 'files/puppet/modules/pixelated/spec/classes/apt_preferences_spec.rb')
-rw-r--r--files/puppet/modules/pixelated/spec/classes/apt_preferences_spec.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/files/puppet/modules/pixelated/spec/classes/apt_preferences_spec.rb b/files/puppet/modules/pixelated/spec/classes/apt_preferences_spec.rb
index 8b071f1..27297db 100644
--- a/files/puppet/modules/pixelated/spec/classes/apt_preferences_spec.rb
+++ b/files/puppet/modules/pixelated/spec/classes/apt_preferences_spec.rb
@@ -15,11 +15,6 @@ describe 'pixelated::apt::preferences' do
"define apt::preferences_snippet($release='stable',$priority='999',$pin='release o=Debian',$package='*',$ensure='present') {}",
] }
- describe 'pixelated packages' do
- it { should contain_apt__preferences_snippet("pixelated").with_pin('origin "packages.pixelated-project.org"')}
- it { should contain_apt__preferences_snippet("pixelated").with_priority('1000')}
- end
-
%w( soledad-server soledad-client soledad-common leap-keymanager leap-auth).each do | file |
it { should contain_file("/etc/apt/preferences.d/#{file}").with_ensure('absent')}
end