Sha256: 77ea188a7b30e68e63a8e4c8d3dc22563ccc40e326191085684c553521f0adca
Contents?: true
Size: 386 Bytes
Versions: 2
Compression:
Stored size: 386 Bytes
Contents
#!/bin/bash # # Make sure that old facter cruft is removed # This also allows us to downgrade facter as # it's more likely that installing old versions # over new will cause issues. # # ${3} is the destination volume so that this works correctly # when being installed to volumes other than the current OS. /bin/rm -Rf "${3}{SITELIBDIR}/facter" /bin/rm -Rf "${3}{SITELIBDIR/facter.rb"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
facter-1.5.4 | conf/osx/preflight |
facter-1.5.3 | conf/osx/preflight |