Copy the file that is installed

puppet-ansible installs this file into /usr/local/bin/puppet-inventory.
It does not install it into /usr/local/bin/puppet.py.

Change-Id: Idfa2b6cad6190eff60fe3eace177f576782bc139
This commit is contained in:
Monty Taylor 2015-11-30 18:12:48 -06:00
parent fdc24ccbb3
commit d5c2505b51

View File

@ -188,7 +188,7 @@ class openstack_project::puppetmaster (
group => 'root',
mode => '0755',
subscribe => Class['::ansible'],
source => '/usr/local/bin/puppet.py',
source => '/usr/local/bin/puppet-inventory',
replace => true,
}