From c3fe1bd04513199004b35761ccb2c23350738a78 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 1 Mar 2009 13:37:09 +0000 Subject: [PATCH] We want to ignore puppet.conf at this level of the tree Signed-off-by: Stephen Gran --- .gitignore | 1 + puppet.conf | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) create mode 100644 .gitignore delete mode 100644 puppet.conf diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..3f1f6a9e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +puppet.conf diff --git a/puppet.conf b/puppet.conf deleted file mode 100644 index b3958e7c..00000000 --- a/puppet.conf +++ /dev/null @@ -1,10 +0,0 @@ -[main] -logdir=/var/log/puppet -vardir=/var/lib/puppet -ssldir=/var/lib/puppet/ssl -rundir=/var/run/puppet -factpath=$vardir/facts -pluginsync=true - -[puppetmasterd] -templatedir=/var/lib/puppet/templates -- 2.39.2