From 01af1d05a2c3d95101921ca8cec9a03d9eea5150 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 16 Sep 2022 23:04:08 +0200 Subject: initial puppet.LW configuration --- puppet.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 puppet.conf (limited to 'puppet.conf') diff --git a/puppet.conf b/puppet.conf new file mode 100644 index 0000000..f9e4817 --- /dev/null +++ b/puppet.conf @@ -0,0 +1,13 @@ +[main] +ssldir = /var/lib/puppet/ssl +prerun_command=/etc/puppet/etckeeper-commit-pre +postrun_command=/etc/puppet/etckeeper-commit-post + +[user] +http_proxy_host = webcache.intern +http_proxy_port = 3128 + +[master] +vardir = /var/lib/puppet +cadir = /var/lib/puppet/ssl/ca +dns_alt_names = puppet -- cgit v1.2.3