summaryrefslogtreecommitdiffstats
path: root/manifests/tozt.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-12-07 00:33:38 -0500
committerJesse Luehrs <doy@tozt.net>2018-12-07 00:33:38 -0500
commit0329feb4fc28bda05c164880b6ab948970b9b10f (patch)
treeaec3760b2810479678fea6bde2ea397cd3206893 /manifests/tozt.pp
parentdb1d1eff41eb2cd36ae11b04de185d38d7063605 (diff)
downloadpuppet-tozt-0329feb4fc28bda05c164880b6ab948970b9b10f.tar.gz
puppet-tozt-0329feb4fc28bda05c164880b6ab948970b9b10f.zip
fix mirrorlist ordering
Diffstat (limited to 'manifests/tozt.pp')
-rw-r--r--manifests/tozt.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
index e96c922..cf84b6c 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -5,9 +5,11 @@ node 'tozt', 'tozt.localdomain' {
include base
+ include tozt::operatingsystem
+ Class['tozt::operatingsystem'] -> Package<| provider == "pacman" |>
+
include tozt::backups
include tozt::git
- include tozt::operatingsystem
include tozt::pass
include tozt::paste
include tozt::services