Skip to content

robotadmin/salt-redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salt recipe for installing redmine

Currently halfway. Creates a redmine user and installs rvm and rails in a specific gemset for the redmine install. To be finished.


Note

I tried to install rails using salt.states.gem, by doing the following:

rails:
  gem.installed:
    - runas: redmine
    - version: 3.2.13
    - ruby: 2.0.0@redmine_rails3.2.13

But it fails with return code 127, which means that it is not using the rvm of user redmine. Will try to see what is happening.

About

Salt recipe for installing redmine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published