summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-05-12 16:37:49 -0400
committerThomas Wiest <twiest@redhat.com>2015-05-12 16:39:53 -0400
commit4e3972b89a0954b55e7b10917757e07b9e610c3a (patch)
treeee3f089fbfe9de079f004569d6db93fc47186cae /inventory
parente7950be055cc672111cff4dc8446e33b5e2a7cf0 (diff)
downloadopenshift-4e3972b89a0954b55e7b10917757e07b9e610c3a.tar.gz
openshift-4e3972b89a0954b55e7b10917757e07b9e610c3a.tar.bz2
openshift-4e3972b89a0954b55e7b10917757e07b9e610c3a.tar.xz
openshift-4e3972b89a0954b55e7b10917757e07b9e610c3a.zip
removed ec2.ini from the openshift-ansible-inventory.spec file so that we're not dictating what the ec2.ini file should look like.
Diffstat (limited to 'inventory')
-rw-r--r--inventory/openshift-ansible-inventory.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/inventory/openshift-ansible-inventory.spec b/inventory/openshift-ansible-inventory.spec
index e6bf37988..c1b066afb 100644
--- a/inventory/openshift-ansible-inventory.spec
+++ b/inventory/openshift-ansible-inventory.spec
@@ -25,7 +25,7 @@ mkdir -p %{buildroot}/usr/share/ansible/inventory/gce
cp -p multi_ec2.py %{buildroot}/usr/share/ansible/inventory
cp -p multi_ec2.yaml.example %{buildroot}/etc/ansible/multi_ec2.yaml
-cp -p aws/hosts/ec2.py aws/hosts/ec2.ini %{buildroot}/usr/share/ansible/inventory/aws
+cp -p aws/hosts/ec2.py %{buildroot}/usr/share/ansible/inventory/aws
cp -p gce/hosts/gce.py %{buildroot}/usr/share/ansible/inventory/gce
%files
@@ -33,7 +33,6 @@ cp -p gce/hosts/gce.py %{buildroot}/usr/share/ansible/inventory/gce
%dir /usr/share/ansible/inventory
/usr/share/ansible/inventory/multi_ec2.py*
/usr/share/ansible/inventory/aws/ec2.py*
-%config(noreplace) /usr/share/ansible/inventory/aws/ec2.ini
/usr/share/ansible/inventory/gce/gce.py*
%changelog