diff options
| author | Andrew Parker <andy@puppetlabs.com> | 2014-03-26 13:38:21 -0700 |
|---|---|---|
| committer | Andrew Parker <andy@puppetlabs.com> | 2014-03-26 13:42:29 -0700 |
| commit | b791ddf2d36cfc20068c7ce1a2913213f4b86618 (patch) | |
| tree | a45c72e6d383dc9143595023d1df160e5f9caa20 | |
| parent | 92dcbb13c1672f0b3ccfff92602a6ad4a7939ef8 (diff) | |
| download | puppet-b791ddf2d36cfc20068c7ce1a2913213f4b86618.tar.gz | |
(PUP-1433) List all created directories in deb
The previous commits relied on automatic creation of parent directories.
This explicitly calls out each directory, which brings the debs in line
with how the rpms are expressed.
| -rw-r--r-- | ext/debian/puppet-common.dirs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/debian/puppet-common.dirs b/ext/debian/puppet-common.dirs index e9e3c8f38..4f1bbfa8d 100644 --- a/ext/debian/puppet-common.dirs +++ b/ext/debian/puppet-common.dirs @@ -1,4 +1,5 @@ etc/puppet +etc/puppet/environments etc/puppet/environments/example_env etc/puppet/environments/example_env/modules etc/puppet/environments/example_env/manifests |
