apt: Add apt::setting defined type.
authorDaniele Sluijters <daenney@users.noreply.github.com>
Fri, 20 Feb 2015 12:00:17 +0000 (13:00 +0100)
committerDaniele Sluijters <daenney@users.noreply.github.com>
Sat, 21 Feb 2015 19:13:01 +0000 (20:13 +0100)
commit76c88af041743ac4eeab8a9662cb3e46e535e055
tree09b92d8a6594cf024cda52344bc270dc2e6ca0e4
parent59c362a2c13619278977087521c81aa20169cbca
apt: Add apt::setting defined type.

This is a 'base' type. It's a simple wrapper around a file which takes
`type`, `ensure`, `content`, `source` and `file_perms`. It is intended
for usage by `apt::conf`, `apt::source` and an upcoming `apt::pref`.
manifests/params.pp
manifests/setting.pp [new file with mode: 0644]
spec/defines/setting_spec.rb [new file with mode: 0644]