From b296c4244bb52753e52802ea5536bc745308a1a5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 12 Aug 2017 14:09:26 +0100 Subject: [PATCH] Add pacman conf --- {yaourt => modules/yaourt/files}/pacman.conf | 0 modules/yaourt/manifests/init.pp | 5 +++++ 2 files changed, 5 insertions(+) rename {yaourt => modules/yaourt/files}/pacman.conf (100%) diff --git a/yaourt/pacman.conf b/modules/yaourt/files/pacman.conf similarity index 100% rename from yaourt/pacman.conf rename to modules/yaourt/files/pacman.conf diff --git a/modules/yaourt/manifests/init.pp b/modules/yaourt/manifests/init.pp index 47b70d7..f52ee41 100644 --- a/modules/yaourt/manifests/init.pp +++ b/modules/yaourt/manifests/init.pp @@ -2,4 +2,9 @@ class yaourt { include 'yaourt::packages' include 'yaourt::keys' + + file { '/etc/pacman.conf': + ensure => file, + source => 'puppet:///modules/yaourt/pacman.conf' + } }