-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
install rundeck from a local rpm #158
Comments
there's an (undocumented!) package_source parameter, which you could use |
I am installing Rundeck on CentOS 6. I read the following in install.pp
The parameter package_source has only entry for Debian. |
@ltutar it looks like install.pp needs a refactoring. Rundeck doesn't have an apt repo; just a bunch of .debs at http://dl.bintray.com/rundeck/rundeck-deb/ I'll look at this. |
@ltutar did you mean use a local yum repo, or installing from actual rpms? I'd be OK with a local yum repo. However, if you do that why not set manage_repo to false and do it elsewhere? |
actually both. |
@liamjbennett? I'm thinking we allow install from local rpm, but not manage a non-official repo. |
That's ok with me. I am now using rundec-deps module to install the local rpm. This would help me get rid of this extra module. |
Any plans on allowing the installation from a local rpm? |
I would like to install rundeck from a local rpm. I could not find the way to to it in the puppet code. Is this possible and I am missing something?
The text was updated successfully, but these errors were encountered: