diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2012-03-10 22:19:33 +0100 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2012-03-10 22:19:33 +0100 |
commit | dce6074a81a1b96abb7f8587f4c060439e6c009d (patch) | |
tree | ed6e11aaba349ebbb1ac9a43f37759d3b2ec42a4 /MANIFEST.in | |
parent | Fixup RPM building: Makefile, Spec File, .gitignore (diff) | |
download | ansible-dce6074a81a1b96abb7f8587f4c060439e6c009d.tar.xz ansible-dce6074a81a1b96abb7f8587f4c060439e6c009d.zip |
Fixes for better RPM packaging
Spec file installs default example hosts files
Spec file marks the contents of /etc/ansible as %config(noreplace)
Example hosts file now with instructional comments
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 607c4271ae..158b1efa93 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include README.md AUTHORS.md ansible.spec +include examples/hosts recursive-include docs * include Makefile |