diff --git a/Puppetfile b/Puppetfile index 2af1f12fc..cf6c259e7 100644 --- a/Puppetfile +++ b/Puppetfile @@ -190,10 +190,6 @@ mod 'inifile', :git => 'https://github.com/puppetlabs/puppetlabs-inifile', :ref => '2.1.1' -mod 'mongodb', - :git => 'https://github.com/puppetlabs/puppetlabs-mongodb', - :ref => 'v2.0.0' - mod 'mysql', :git => 'https://github.com/puppetlabs/puppetlabs-mysql', :ref => '5.2.0' diff --git a/external_modules.txt b/external_modules.txt index 28b9cfa28..b5a83a5b0 100644 --- a/external_modules.txt +++ b/external_modules.txt @@ -8,7 +8,6 @@ puppetlabs/puppetlabs-apt,2.4.0 puppetlabs/puppetlabs-concat,2.2.1 puppetlabs/puppetlabs-firewall puppetlabs/puppetlabs-inifile -puppetlabs/puppetlabs-mongodb puppetlabs/puppetlabs-mysql puppetlabs/puppetlabs-postgresql puppetlabs/puppetlabs-rabbitmq diff --git a/hiera/common.yaml b/hiera/common.yaml index c6d43ddd3..f9a03b76a 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -1,3 +1,2 @@ --- apache::default_vhost: false -mongodb::server::dbpath_fix: false