[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.25.4-6-100-g37f4a57

Stig Sandbeck Mathisen ssm at debian.org
Fri Jun 25 16:14:43 UTC 2010


The following commit has been merged in the master branch:
commit 950cf12d2f2e7d3adc6e4a6451de83ef070b122d
Author: Mathias Gug <mathiaz at ubuntu.com>
Date:   Tue Jun 15 09:21:29 2010 +0200

    Add /etc/puppet/templates and /etc/puppet/modules to the puppet-common package

diff --git a/debian/puppet-common.dirs b/debian/puppet-common.dirs
index 41a50b4..18e81b7 100644
--- a/debian/puppet-common.dirs
+++ b/debian/puppet-common.dirs
@@ -1,5 +1,7 @@
 etc/puppet
 etc/puppet/manifests
+etc/puppet/templates
+etc/puppet/modules
 usr/lib/ruby/1.8
 var/lib/puppet
 var/log/puppet
diff --git a/debian/rules b/debian/rules
index 317bc40..1a5809f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,6 +79,9 @@ install: build
 
 	dh_installexamples examples/*
 
+	$(INSTALL) -d -m0775 $(pkgconfdir)/templates
+	$(INSTALL) -d -m0775 $(pkgconfdir)/modules
+
 	# Logcheck rules.  Gee I wish you could specify a file to source
 	# in dh_installlogcheck.
 	ln ext/logcheck/puppet debian/puppet-common.logcheck.ignore.server

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list