- add bits for updating apt
authorWolf Noble <wnoble@rmn.com>
Mon, 18 Aug 2014 20:12:55 +0000 (15:12 -0500)
committerWolf Noble <wolf@wolfspyre.com>
Wed, 24 Sep 2014 23:29:27 +0000 (16:29 -0700)
commit7a192d7bea57990741398cb2fe120b51b7a3fd53
tree5e8a30fe1ee8959855e75d9b5eb115f903f62710
parent761a4d26c7b05f91d914033236d14a3557e6eab6
- add bits for updating apt
- fix spec tests to include osfamily fact
- add spec tests to verify current default behavior unimpacted.
- manage the update-stamp file in puppet via content rather than a served file.
- update custom fact to return -1 if the file doesn't exist
- add spec test for custom fact
- refactor to use a variable vs a collector/override
- document parameters a bit more verbosely
- remove empty unconstrained fact
- Add osfamily fact to backports tests to facilitate functional tests on non-debian hosts
README.md
lib/facter/apt_update_last_success.rb [new file with mode: 0644]
manifests/init.pp
manifests/update.pp
spec/classes/apt_spec.rb
spec/classes/apt_update_spec.rb [new file with mode: 0644]
spec/classes/backports_spec.rb
spec/defines/builddep_spec.rb
spec/defines/source_spec.rb
spec/unit/facter/apt_update_last_success_spec.rb [new file with mode: 0644]