bernd / fpm-cookery

A tool for building software packages with fpm.
Other
460 stars 88 forks source link

problem with facter dependency #140

Closed ITler closed 8 years ago

ITler commented 8 years ago

I try to install fpm-cookery via gem install fpm-cookery I get a

facter's executable "facter" conflicts with /opt/puppetlabs/puppet/bin/facter
Overwrite the executable? [yN]

because of local puppet installation (which is executing gem install). How could I avoid this without removing puppet executables from $PATH ? Puppet's facter is newer (3.x) than gem facter (2.x) so replacing is not a suitable option.

ITler commented 8 years ago

However I've worked around this.