-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hello,
I'm trying to install this module and seeing the below errors.
puppet module install -i ./ stephenrjohnson-puppet
Notice: Preparing to install into /Users/lmorfit/Downloads/pup ...
Notice: Downloading from https://forge.puppetlabs.com ...
Error: Could not install module 'stephenrjohnson-puppet' (latest: v1.3.1)
No version of 'puppetlabs-apt' will satisfy dependencies
You specified 'stephenrjohnson-puppet' (latest: v1.3.1),
which depends on 'puppetlabs-puppetdb' (v4.2.1),
which depends on 'puppetlabs-postgresql' (v4.3.0),
which depends on 'puppetlabs-apt' (>=1.8.0 <2.0.0)
Use puppet module install --force to install this module anyway
puppet module install -i ./ stephenrjohnson-puppet -v 1.3.0
Notice: Preparing to install into /Users/lmorfit/Downloads/pup ...
Notice: Downloading from https://forge.puppetlabs.com ...
Error: Could not install module 'stephenrjohnson-puppet' (v1.3.0)
No version of 'puppetlabs-apt' will satisfy dependencies
You specified 'stephenrjohnson-puppet' (v1.3.0),
which depends on 'puppetlabs-puppetdb' (v4.2.1),
which depends on 'puppetlabs-postgresql' (v4.3.0),
which depends on 'puppetlabs-apt' (>=1.8.0 <2.0.0)
Use puppet module install --force to install this module anyway
puppet module install -i ./ stephenrjohnson-puppet -v 1.2.0
Notice: Preparing to install into /Users/lmorfit/Downloads/pup ...
Notice: Downloading from https://forge.puppetlabs.com ...
Notice: Installing -- do not interrupt ...
/Users/lmorfit/Downloads/pup
└─┬ stephenrjohnson-puppet (v1.2.0)
├─┬ puppetlabs-apache (v1.4.1)
│ └── puppetlabs-concat (v1.2.2)
├── puppetlabs-inifile (v1.2.0)
├─┬ puppetlabs-puppetdb (v4.2.1)
│ ├── puppetlabs-firewall (v1.5.0)
│ └─┬ puppetlabs-postgresql (v4.3.0)
│ └── puppetlabs-apt (v1.8.0)
└── puppetlabs-stdlib (v4.6.0)
thanks
Luke