summaryrefslogtreecommitdiff
path: root/templates/pacman.conf.epp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pacman.conf.epp')
-rw-r--r--templates/pacman.conf.epp43
1 files changed, 43 insertions, 0 deletions
diff --git a/templates/pacman.conf.epp b/templates/pacman.conf.epp
new file mode 100644
index 0000000..ee68a80
--- /dev/null
+++ b/templates/pacman.conf.epp
@@ -0,0 +1,43 @@
+#
+# GENERAL OPTIONS
+#
+[options]
+# The following paths are commented out with their default values listed.
+# If you wish to use different paths, uncomment and update the paths.
+#RootDir = /
+#DBPath = /var/lib/pacman/
+#CacheDir = /var/cache/pacman/pkg/
+#LogFile = /var/log/pacman.log
+#GPGDir = /etc/pacman.d/gnupg/
+#HookDir = /etc/pacman.d/hooks/
+HookDir = <%= $pacman::hooks_.join(' ') %>
+HoldPkg = pacman glibc
+#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
+#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
+#CleanMethod = KeepInstalled
+Architecture = auto
+<% if $pacman::ilovecandy { %>ILoveCandy<% } %>
+
+# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
+#IgnorePkg =
+#IgnoreGroup =
+
+#NoUpgrade =
+#NoExtract =
+
+# Misc options
+#UseSyslog
+#Color
+#NoProgressBar
+CheckSpace
+#VerbosePkgLists
+<% if $pacman::parallel_downloads_ { -%>
+ParallelDownloads = <%= $pacman::parallel_downloads_ %>
+<%- } %>
+
+# By default, pacman accepts packages signed by keys that its local keyring
+# trusts (see pacman-key and its man page), as well as unsigned packages.
+SigLevel = Required DatabaseOptional
+LocalFileSigLevel = Optional
+#RemoteFileSigLevel = Required
+