diff options
author | mail_redacted_for_web | 2015-06-26 08:49:49 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2015-06-26 08:49:49 -0700 |
commit | e972bafa1a056d46840d3aaa38dcc2844cf04042 (patch) | |
tree | b7c8b3f282332a8915e284692f1be4d92db52189 | |
parent | 4e8e16cbdd715bf44dd1c1697c04b5b0f9ddf529 (diff) | |
download | control-repo-template-e972bafa1a056d46840d3aaa38dcc2844cf04042.tar.bz2 |
Update Puppetfile
-rw-r--r-- | Puppetfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ mod "puppetlabs/concat", :latest mod "puppetlabs/ntp", :latest mod "saz/ssh", :latest +#An example of using a specific forge module version instead of latest +#Notice the addition of single quotes +#mod "puppetlabs/inifile", '1.3.0' + # Modules from Github using various references # Further examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples #mod 'notifyme', |