(#14308) Add ensure=>absent for define resource.
authorNan Liu <nan@puppetlabs.com>
Thu, 3 May 2012 23:59:13 +0000 (16:59 -0700)
committerNan Liu <nan@puppetlabs.com>
Thu, 3 May 2012 23:59:13 +0000 (16:59 -0700)
commiteffb3f7ff35675afd512f87c24bb81d2a712b983
treef166e19b3d6b32d78580c855cf988cf847fa8ecf
parent7bf6d833eda4d958dbda928bbfb40b36ef8005df
(#14308) Add ensure=>absent for define resource.

Several apt::* define resource type does not support ensurable. This
update allows ensure=>absent to support the removal of these
configuration files.

* apt::conf
* apt::pin
* apt::source
manifests/conf.pp
manifests/pin.pp
manifests/source.pp
spec/defines/conf_spec.rb
spec/defines/pin_spec.rb
spec/defines/source_spec.rb