aboutsummaryrefslogtreecommitdiff
path: root/modules/pacman/templates/pacman.conf.repo.erb
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-10 23:21:16 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-10 23:23:55 +0200
commit2390cad785cc63d59eade9c819675e8699c58ef8 (patch)
treea36e6815e16c2fb82b774bfab72477d8edae0ff5 /modules/pacman/templates/pacman.conf.repo.erb
parent96413d28d1c451d51e77954ea25f2ac911c9be86 (diff)
downloadPuppet-2390cad785cc63d59eade9c819675e8699c58ef8.tar.gz
Puppet-2390cad785cc63d59eade9c819675e8699c58ef8.tar.zst
Puppet-2390cad785cc63d59eade9c819675e8699c58ef8.zip
Use package git repo
Diffstat (limited to 'modules/pacman/templates/pacman.conf.repo.erb')
m---------modules/pacman0
-rw-r--r--modules/pacman/templates/pacman.conf.repo.erb15
2 files changed, 0 insertions, 15 deletions
diff --git a/modules/pacman b/modules/pacman
new file mode 160000
Subproject 1b42bd156fd35c7736e155e3a8c456969a274ff
diff --git a/modules/pacman/templates/pacman.conf.repo.erb b/modules/pacman/templates/pacman.conf.repo.erb
deleted file mode 100644
index 8038c47..0000000
--- a/modules/pacman/templates/pacman.conf.repo.erb
+++ /dev/null
@@ -1,15 +0,0 @@
1
2[<%= @name %>]
3<% if @description -%>
4# Description: <%= @description %>
5<% end -%>
6# Order: <%= @order %>
7<%if @siglevel -%>
8SigLevel = <%= @siglevel %>
9<% end -%>
10<%if @server -%>
11Server = <%= @server %>
12<% end -%>
13<%if @include -%>
14Include = <%= @include%>
15<% end -%>