diff options
| author | James Turnbull <james@lovedthanlost.net> | 2008-07-10 19:52:26 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2008-07-10 19:52:26 +1000 |
| commit | 605d760dd72b7b6bd3fd54e9f6c3ffacb1b9ee52 (patch) | |
| tree | bfab41f07b972f61585ef2fcf454ad9fdef6c832 /debian/puppet.postinst | |
| parent | d25c2b282cc4cd703bba3d2457f93431098ddc85 (diff) | |
Moved debian to conf and updated examples directory
Diffstat (limited to 'debian/puppet.postinst')
| -rw-r--r-- | debian/puppet.postinst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/puppet.postinst b/debian/puppet.postinst deleted file mode 100644 index ac765ba85..000000000 --- a/debian/puppet.postinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -if [ "$1" = "configure" ]; then - if [ -d /etc/puppet/ssl ] && [ ! -e /var/lib/puppet/ssl ] && grep -q 'ssldir=/var/lib/puppet/ssl' /etc/puppet/puppet.conf; then - mv /etc/puppet/ssl /var/lib/puppet/ssl - fi -fi - -#DEBHELPER# |
