diff options
author | Iristyle <Iristyle@github> | 2019-12-03 11:16:46 -0800 |
---|---|---|
committer | mail_redacted_for_web | 2019-12-03 13:35:22 -0600 |
commit | 882089207ccc0f326007c0dbdb415426f6e100f2 (patch) | |
tree | c63198bd3aded9fbb1ef9f178bd9b92bad73cb28 | |
parent | c52c39d245c050289e11aefb81588a337a5c4120 (diff) | |
download | control-repo-template-882089207ccc0f326007c0dbdb415426f6e100f2.tar.bz2 |
Revert "add db2 module"
This reverts commit bfb2d7a1828b22f7f7e5d4955743ccd9f08147db.
-rw-r--r-- | Puppetfile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -6,10 +6,6 @@ forge 'https://forge.puppet.com' #mod 'puppetlabs/stdlib', '6.0.0' #mod 'puppetlabs/concat', '6.0.0' -mod "crayfishx/db2", "1.3.1" -mod 'puppetlabs-stdlib', '4.25.1' -mod 'puppet-archive', '1.3.0' - # Modules from Git # Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples #mod 'apache', @@ -19,5 +15,3 @@ mod 'puppet-archive', '1.3.0' #mod 'apache', # git: 'https://github.com/puppetlabs/puppetlabs-apache', # branch: 'docs_experiment' -# - |