Sha256: e88614a10ea00ec18e3346a5852ecddfba202ddcbb8353d5c10b3f736449f2eb

Contents?: true

Size: 387 Bytes

Versions: 4

Compression:

Stored size: 387 Bytes

Contents

#!/bin/bash
#
# Make sure that old puppet cruft is removed
# This also allows us to downgrade puppet 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}/puppet"
/bin/rm -Rf "${3}{SITELIBDIR}/puppet.rb"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
puppet-0.24.9 conf/osx/preflight
puppet-0.24.6 conf/osx/preflight
puppet-0.24.7 conf/osx/preflight
puppet-0.24.8 conf/osx/preflight