Skip to content

Instantly share code, notes, and snippets.

@kenazk
Last active August 4, 2016 20:19
Show Gist options
  • Save kenazk/8a2b9babd59f0e4644ad7fa616e9817f to your computer and use it in GitHub Desktop.
Save kenazk/8a2b9babd59f0e4644ad7fa616e9817f to your computer and use it in GitHub Desktop.
Building module from source
1. Run 'git rev-parse HEAD' # gets the current commit hash
2. Append the first 7 chars to the version in the metadata.json
3. Run `COPYFILE DISABLE=1 puppet module build`
4. puppet module install $pathto.tar.gz —-force —-ignore-dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment