Skip to content

Instantly share code, notes, and snippets.

@beddari
Created June 6, 2014 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beddari/0e7ba5415e85e762dbdc to your computer and use it in GitHub Desktop.
Save beddari/0e7ba5415e85e762dbdc to your computer and use it in GitHub Desktop.
recipies/
puppet
ruby-2.1
puppet-plugins
All these are buildable standalone-
But, if the puppet recipie supports omnibus-builds (extra attributes in recipe.rb), I want to be able to do both
fpm-cook --omnibus puppet --build ruby-2.1 puppet puppet-plugins
to build a package including plugins, or
fpm-cook --omnibus puppet --build ruby-2.1 puppet
for one without
@beddari
Copy link
Author

beddari commented Jun 6, 2014

Syntax was made in 1 sec so haha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment