diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2012-03-10 16:19:33 -0500 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2012-03-10 16:19:33 -0500 |
commit | dce6074a81a1b96abb7f8587f4c060439e6c009d (patch) | |
tree | ed6e11aaba349ebbb1ac9a43f37759d3b2ec42a4 /MANIFEST.in | |
parent | 3f245498c4ce279c8765f4fbed30bbe00a6e84cd (diff) | |
download | ansible-dce6074a81a1b96abb7f8587f4c060439e6c009d.tar.gz |
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 |