Skip to content

Commit

Permalink
Don't install config.ru as owned by the puppet user
Browse files Browse the repository at this point in the history
Fixes #577366
It's pointless anyway, as debhelper goes and resets it to root.
  • Loading branch information
andrewpollock committed Apr 16, 2010
1 parent 334ade5 commit 4823620
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions debian/changelog
@@ -1,4 +1,4 @@
puppet (0.25.4-4) UNRELEASED; urgency=low
puppet (0.25.4-4) unstable; urgency=low

[ Andrew Pollock ]
* debian/watch: update for new upstream location
Expand All @@ -13,7 +13,11 @@ puppet (0.25.4-4) UNRELEASED; urgency=low
the rails 'max pool size' (redmine: #2568)
* fix puppetqd initscript status operation

-- Micah Anderson <micah@debian.org> Sun, 04 Apr 2010 22:24:05 -0400
[ Andrew Pollock ]
* debian/rules: don't install config.ru owned by the puppet user (closes:
#577366)

-- Andrew Pollock <apollock@debian.org> Thu, 15 Apr 2010 21:18:32 -0700

puppet (0.25.4-3) unstable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -74,7 +74,7 @@ install: build
$(INSTALL) -d -m0755 $(CURDIR)/debian/puppetmaster/usr/share/puppet/rack/puppetmasterd
$(INSTALL) -d -m0755 $(CURDIR)/debian/puppetmaster/usr/share/puppet/rack/puppetmasterd/public
$(INSTALL) -d -m0755 $(CURDIR)/debian/puppetmaster/usr/share/puppet/rack/puppetmasterd/tmp
$(INSTALL) -m0644 -o puppet -g puppet ext/rack/files/config.ru \
$(INSTALL) -m0644 ext/rack/files/config.ru \
$(CURDIR)/debian/puppetmaster/usr/share/puppet/rack/puppetmasterd

dh_installexamples examples/*
Expand Down

0 comments on commit 4823620

Please sign in to comment.