diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-10 14:41:31 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-10 14:41:31 -0500 |
commit | 12affae5218733a64ee59637d43e6ae4d84a2f1b (patch) | |
tree | 449c2e74384373dfc4695fa0e68e224202e64f1b /openshift-ansible.spec | |
parent | 35c3b7d15cfac7da748382dc4ad429ca78e7c74e (diff) | |
parent | 28d601beeebaacd5e79b3fec336a283c8bf20e68 (diff) | |
download | openshift-12affae5218733a64ee59637d43e6ae4d84a2f1b.tar.gz openshift-12affae5218733a64ee59637d43e6ae4d84a2f1b.tar.bz2 openshift-12affae5218733a64ee59637d43e6ae4d84a2f1b.tar.xz openshift-12affae5218733a64ee59637d43e6ae4d84a2f1b.zip |
Merge pull request #854 from dgoodwin/pkg-ansible-cfg
Package the default ansible.cfg with atomic-openshift-utils.
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 10a53d921..646352961 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -82,6 +82,8 @@ pushd utils %{__python} setup.py install --skip-build --root %{buildroot} # Remove this line once the name change has happened mv -f %{buildroot}%{_bindir}/oo-install %{buildroot}%{_bindir}/atomic-openshift-installer +mkdir -p %{buildroot}%{_datadir}/atomic-openshift-utils/ +cp etc/ansible.cfg %{buildroot}%{_datadir}/atomic-openshift-utils/ansible.cfg popd # Base openshift-ansible files @@ -252,6 +254,7 @@ Atomic OpenShift Utilities includes %files -n atomic-openshift-utils %{python_sitelib}/ooinstall* %{_bindir}/atomic-openshift-installer +%{_datadir}/atomic-openshift-utils/ansible.cfg %changelog |