[Pkg-puppet-devel] Bug#571129: puppet: Package templates and modules (updated patch)

Mathias Gug mathiaz at ubuntu.com
Thu Jun 3 20:38:26 UTC 2010


Package: puppet
Version: 0.25.4-2ubuntu6
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu maverick ubuntu-patch


I've attached an updated version of the patch that includes both
templates and modules directories in puppet-common.

-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-22-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages puppet depends on:
ii  adduser                  3.112ubuntu1    add and remove users and groups
ii  facter                   1.5.6-2ubuntu2  a library for retrieving facts fro
ii  libopenssl-ruby          4.2             OpenSSL interface for Ruby
ii  libruby [libxmlrpc-ruby] 4.2             Libraries necessary to run Ruby 1.
ii  libshadow-ruby1.8        1.4.1-8build1   Interface of shadow password for R
ii  libxmlrpc-ruby           4.2             transitional dummy package
ii  lsb-base                 4.0-0ubuntu8    Linux Standard Base 4.0 init scrip
ii  puppet-common            0.25.4-2ubuntu6 common files for puppet and puppet
ii  ruby1.8                  1.8.7.249-2     Interpreter of object-oriented scr

Versions of packages puppet recommends:
ii  libaugeas-ruby1.8         0.2.0-2ubuntu3 Augeas bindings for the Ruby langu
ii  rdoc                      4.2            Generate documentation from ruby s

Versions of packages puppet suggests:
ii  etckeeper                0.41ubuntu3     store /etc in git, mercurial, bzr 
pn  puppet-el                <none>          (no description available)
ii  vim-puppet               0.25.4-2ubuntu6 Vim syntax highlighting for puppet

-- no debconf information
-------------- next part --------------
=== modified file 'debian/puppet-common.dirs'
--- debian/puppet-common.dirs	2010-04-03 04:36:57 +0000
+++ debian/puppet-common.dirs	2010-06-03 19:49:14 +0000
@@ -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

=== modified file 'debian/rules'
--- debian/rules	2010-04-16 04:20:43 +0000
+++ debian/rules	2010-06-03 19:56:13 +0000
@@ -79,6 +79,9 @@
 
 	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



More information about the Pkg-puppet-devel mailing list