Skip to content

Instantly share code, notes, and snippets.

@cprice404
Created August 16, 2012 14:50
Show Gist options
  • Save cprice404/3370762 to your computer and use it in GitHub Desktop.
Save cprice404/3370762 to your computer and use it in GitHub Desktop.
pmt install error
[root@pe-centos6 ~]# puppet module --trace --debug --verbose install /mnt/hgfs/postgresmodule/pkg/inkling-postgresql-0.2.0.tar.gz
Preparing to install into /etc/puppet/modules ...
Downloading from http://forge.puppetlabs.com ...
Error: Could not install module 'inkling-postgresql' (v0.2.0)
No version of 'inkling-postgresql' will satisfy dependencies
You specified 'inkling-postgresql' (v0.2.0)
Use `puppet module install --force` to install this module anyway
[root@pe-centos6 ~]#
name 'inkling-postgresql'
version '0.2.0'
source 'git://github.com/inkling/puppet-postgresql.git'
author 'Inkling'
description 'PostgreSQL defined resource types'
summary 'PostgreSQL defined resource types'
license 'Apache'
project_page 'https://github.com/inkling/puppet-postgresql'
dependency 'puppetlabs/stdlib', '>= 2.4.0'
dependency 'puppetlabs/firewall', '>= 0.0.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment