diff options
Diffstat (limited to 'Puppetfile_extras')
-rw-r--r-- | Puppetfile_extras | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Puppetfile_extras b/Puppetfile_extras index b927d99..7339074 100644 --- a/Puppetfile_extras +++ b/Puppetfile_extras @@ -28,3 +28,11 @@ mod 'datacat', mod 'etcd', :git => 'https://github.com/cristifalcas/puppet-etcd', :ref => '1.10.0' + +mod 'fdio', + :git => 'https://git.fd.io/puppet-fdio', + :ref => 'master' + +mod 'certmonger', + :git => 'https://github.com/earsdown/puppet-certmonger', + :ref => 'v1.1.1' |