summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-28 06:39:13 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 18:06:31 +0100
commite204e3ada251a53d78b7a6395d176ed98a326215 (patch)
tree71c0434191846f356b0b402b35166e4e6a68bc58
parentPacman module makepkg. (diff)
downloadpacman-e204e3ada251a53d78b7a6395d176ed98a326215.tar.gz
pacman-e204e3ada251a53d78b7a6395d176ed98a326215.tar.xz
arch builder remove pacman -Syu
-rw-r--r--manifests/repo.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/repo.pp b/manifests/repo.pp
index 49d7177..9d62417 100644
--- a/manifests/repo.pp
+++ b/manifests/repo.pp
@@ -7,6 +7,10 @@ define pacman::repo (
) {
require ::pacman
+ # NOTE we don't trigger a package database refresh here, since
+ # 'pacman -Sy' is strongly discouraged, while
+ # 'pacman -Syu' does to much.
+
ini_setting {
default:
ensure => $ensure,