Commit Graph

6 Commits

Author SHA1 Message Date
Clark Boylan 65b9cce959 Retire this repo
The opendev project has been moving away from puppet and this is one of
the puppet modules that is no longer used. To simplify things for us we
are taking the extra step of retiring this repo.

Change-Id: I10088d327225326c30a9f2e31601f77af397dea8
2022-02-17 13:00:45 -08:00
Yolanda Robla 677d48d42f Enable automatic cleanup
Set Unattended-Upgrade:Remove-Unused-Dependencies flag to
true, that is the equivalent of enabling automatic
apt-get autoremove.
This will regularly clean up cruft from our servers, preventing
them to run out of disk space or inodes unexpectedly.

Change-Id: I37871087b7b3beb02329d84ef240bde23197291b
2015-12-09 20:35:52 +01:00
Spencer Krum 2c511a2f2e Fix depercation warnings in templates for unatttended upgrades
Change-Id: I350395cce283a968c80de3a92d38b3594432a97c
2014-08-27 16:40:00 -07:00
James E. Blair 2be607e956 Revert "Fixing deprecation warnings"
This reverts commit 82b9b59522928863ddadeacfec819e287303ef20.

Change-Id: I746d7ae57802dc76618db9024a0cf94c43774c02
2014-07-02 17:35:02 +00:00
Spencer Krum d1e5cc79e5 Fixing deprecation warnings
Non instance variable representation is deprecated
so needs to be changed. This change changes varibles
to their instance variable representation.

See more details see:
http://docs.puppetlabs.com/guides/templating.html

Change-Id: Ib77827e01011ef6c0380c9ec7a9d147eafd8ce2f
2014-06-19 22:41:42 -07:00
Jeremy Stanley e3bf9169d9 Add saltstack APT repository to automatic upgrades
* modules/openstack_project/manifests/automatic_upgrades.pp: Pass
the additional allowed origins list through to the unattended
upgrades module.

* modules/openstack_project/manifests/slave.pp: Add the
"LP-PPA-saltstack-salt precise" repository origin to the list of
allowed origins for automatic upgrades.

* modules/unattended_upgrades/manifests/init.pp: Add a list of
additional allowed origins for package repository upgrades and
convert the apt-preferences stub for 50unattended-upgrades to a
template so the list can be applied to it.

* modules/unattended_upgrades/templates/50unattended-upgrades.erb:
Renamed from ../../files/50unattended-upgrades and enhanced with a
loop over the origins list to append to the default set of allowed
upgrade origins.

Change-Id: I821d199ae1a00ed78c2a52bf80ddba8a4eaa7d8b
2013-09-12 17:12:18 +00:00