Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-16 | /etc/apt/preferences is changed twice on every puppetrun on couch nodes ↵ | varac | |
(Feature #3962) this will fix the alteration of the preferences file. we now use the apt module default preferences, and pin the depending packages from squeeze that are dependencies for the bigcouch package in the couchdb module, class couchdb::bigcouch::package::cloudant. | |||
2013-09-05 | Some packages are installed before refresh_apt is called (Bug #2988) | varac | |
2013-08-27 | now that soledad has been split we can better organize things (#3579) | Micah Anderson | |
. create a soledad::common class . leap-mx now only needs to include soledad-common . move the site_apt::preferences::twisted to a preferences block inside the soledad server class . make sure that the packages are doing 'ensure => latest' instead of installed Change-Id: Ifa978e831cdc8835666b27322a6e068d67251f5d | |||
2013-08-15 | Because both soledad and leap-mx do not function with twisted 12, we had to ↵ | Micah Anderson | |
backport twisted 13. In order to install the backported dependencies we need an apt preferences_snippet installed for the backported twisted packages Change-Id: I886bb735eeb3abe7955c7cf054b749554ab84746 | |||
2013-06-27 | update the apt submodule in order to get the fix for unattended_upgrades ↵ | Micah Anderson | |
(#2984) and the custom_key_dir as a class parameter remove the global variable from setup.pp and site.pp and instead pass it into the apt class declaration as a parameter Change-Id: I24806f2fd22b5a066b951c5f76f3dd748481b5b6 | |||
2013-06-25 | Install all packages after refresh_apt (Feature #2971) | varac | |
2013-06-20 | We need to have a newer facter installed in order to get an updated fact for ↵ | Micah Anderson | |
piston cloud This moves the apt configuration into the setup.pp run, so we can get the backport source added early which will enable us to install the latest facter from the backports repository. Change-Id: I8ccf1a0445dea72f1b94be08484f33e648439ec1 | |||
2013-06-13 | install the leap-keyring package, after the leap apt source has been added ↵ | Micah Anderson | |
and apt has been refreshed Change-Id: I485420c4ea50f8c3f6699b9b8073dc6c67b7a353 | |||
2013-05-09 | the leap platform repo should track 'stable' | Micah Anderson | |
2013-04-17 | rename fallback apt source list so it will be more obvious when it is paired ↵ | Micah Anderson | |
with the primary.list | |||
2013-03-14 | pass template() to apt | varac | |
2013-03-14 | use custom preferences for couchdb host | varac | |
2013-03-13 | install apt key before apt-get update | varac | |
2013-03-12 | enable leap deb package repository and leap apt key on all hosts | varac | |
2013-03-10 | increase timeout for initial_apt_update to 6 min | varac | |
2013-03-07 | increase Exec timeout for dist_upgrade | varac | |
2013-02-12 | remove the apt-get autoclean from the initial apt-get update, this just ↵ | Micah Anderson | |
slows things down and I don't see a need for it | |||
2013-02-12 | remove unused commented-out line | Micah Anderson | |
2013-01-30 | provide a fall-back apt.sources.d entry that is disabled by default (#1348) | Micah Anderson | |
This file will have the .disabled removed by the apt wrapper when the apt-get update fails | |||
2013-01-29 | apt-get update + dist-upgrade in initial stage | varac | |
2013-01-20 | don't run if another apt-get process is running | varac | |
2013-01-18 | linted | varac | |
2012-12-19 | move apt-get upgrade to inital stage | varac | |
2012-12-19 | Merge branch 'feature/dist_upgrade' into develop | varac | |
Conflicts: puppet/modules/site_apt/manifests/init.pp | |||
2012-12-14 | deploy custom unettended upgrade file | varac | |
2012-12-14 | moved site_config::apt to site_apt | varac | |
2012-12-10 | include site_apt::dist_upgrade (fixes #1107) | varac | |