summaryrefslogtreecommitdiffstats
path: root/modules/mail2/manifests/operatingsystem.pp
diff options
context:
space:
mode:
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';
+ }
+}