Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Puppi archive project not being installed #91

Open
ghost opened this issue Dec 27, 2013 · 0 comments
Open

Puppi archive project not being installed #91

ghost opened this issue Dec 27, 2013 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 27, 2013

I've created the following manifest, called test.pp:

include epel
include puppi
Class['epel'] -> Class['puppi']

puppi::project::archive { 'jira':
  source        => 'http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-6.1.5.tar.gz',
  deploy_root   => '/opt',
  auto_deploy   => true,
}

When I run puppet apply test.pp, Puppet runs, installs puppi and its dependencies, creates the project, but does not actually install anything to /opt. If I run puppi, I can see the "jira" project listed under "Available deploy projects" and, if I run puppi deploy jira, the project is deployed to /opt. I can't seem to get the project to deploy through Puppet, though. What am I doing wrong?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants