From 0329feb4fc28bda05c164880b6ab948970b9b10f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 7 Dec 2018 00:33:38 -0500 Subject: fix mirrorlist ordering --- manifests/tozt.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/tozt.pp') 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 -- cgit v1.2.3-54-g00ecf