summaryrefslogtreecommitdiff
path: root/manifests/upgrade_package.pp
AgeCommit message (Expand)Author
2016-12-22mark packages as present instead of installed to be consistentLouis-Philippe Véronneau
2016-12-22make sure every object ends with either a comma or a semicolonLouis-Philippe Véronneau
2016-12-22use the same name for the update_apt exec everywhereLouis-Philippe Véronneau
2016-12-22fix missing/superfluous newline at the end/beginning of filesLouis-Philippe Véronneau
2016-12-22harmonize variable alignmentLouis-Philippe Véronneau
2016-12-22indent packages correctlyLouis-Philippe Véronneau
2016-06-29Fix some minor lint issuesGabriel Filion
2016-02-01[refactor] Get rid of the disable_update parametervarac
2013-01-02Apply code style corrections from puppet-lintGabriel Filion
2012-12-18added $apt_disable_update to disable "apt-get update" during puppetrunsnadir
2010-12-18add -q to the apt-get invocation in upgrade_package.pp, also switch to using ...Micah Anderson
2010-12-18switch aptitude to apt-get, since aptitude will sometimes automatically do th...Micah Anderson
2010-12-16Fix apt::upgrade_package when used multiple times.intrigeri
2010-12-15Fix packages dependency.intrigeri
2010-12-15apt::upgrade_package: explicitly depend on needed packages.intrigeri
2010-12-15Repair Exec['update_apt'] to run apt-get update when needed.intrigeri
2010-12-14(ugly workaround warning) Update packages lists before upgrading a package.intrigeri
2010-12-14Factorize.intrigeri
2010-12-07format standardizationMicah Anderson
2009-10-30add refactored filesmh