summaryrefslogtreecommitdiffstats
path: root/modules/mail2/manifests/operatingsystem.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-05 19:01:01 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-05 19:01:01 -0400
commit0c7b84faf05e510dfc38f8f69b8a107d1ada8c80 (patch)
tree438f704e6b043d1bcf251900f5a426af87f025c8 /modules/mail2/manifests/operatingsystem.pp
parent573a37010fac2c1ff893257be19a1f2842ce11e1 (diff)
downloadpuppet-tozt-0c7b84faf05e510dfc38f8f69b8a107d1ada8c80.tar.gz
puppet-tozt-0c7b84faf05e510dfc38f8f69b8a107d1ada8c80.zip
start building a new mail server
Diffstat (limited to 'modules/mail2/manifests/operatingsystem.pp')
-rw-r--r--modules/mail2/manifests/operatingsystem.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/mail2/manifests/operatingsystem.pp b/modules/mail2/manifests/operatingsystem.pp
new file mode 100644
index 0000000..3dad94f
--- /dev/null
+++ b/modules/mail2/manifests/operatingsystem.pp
@@ -0,0 +1,5 @@
+class mail2::operatingsystem {
+ file { '/etc/pacman.d/mirrorlist':
+ source => 'puppet:///modules/mail2/mirrorlist';
+ }
+}