Update hold.pp
authorwilman0 <mangano@sms.de>
Fri, 18 Jul 2014 08:51:32 +0000 (10:51 +0200)
committermangano <mangano@tjure-mac.netzquadrat.de>
Thu, 31 Jul 2014 16:40:46 +0000 (18:40 +0200)
commit538a9f9aaba94f8089c20dd33e13bd87c3b659ac
tree16f00a30d2bcdfeb9b058c5aa912b2f360e92681
parent60e50a9b65dec94fe20734404295e28d9e434a83
Update hold.pp

fix for default debian installations

all files in /etc/apt/preferences without _ will be silently ignore according to debian manpage. Addionally its not a good idea to write versionnumber in filename cause there is no way to delete this files if you increase versionumber

Update source_spec.rb

add a way to include debsrc only (useful for debian/ubuntu build server ... jenkins ect)

Update source_spec.rb

var rename

Update source.list.erb

add include_deb "switch"

Update source.pp

"include_deb" defaultvalue = true

Update hold_spec.rb

change the name of the preferences file (hold)

Update source_spec.rb

Update README.md

Doku: 'include_deb' included next to 'include_src' in examples

Update README.md

typo
README.md
manifests/hold.pp
manifests/source.pp
spec/defines/hold_spec.rb
spec/defines/source_spec.rb
templates/source.list.erb