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

Missing dep for Red Hat source installation. Hostmanager and manager support. Handling of tomcat-users.xml #152

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alezzandro
Copy link

@alezzandro alezzandro commented Oct 23, 2015

Brand new pull request after correction of some LINT errors and one missing variable, thanks to @mcanevet:

  • Added missing dependency for source installation (redhat-lsb-core).
  • Integrated support for handling auto-deploying of hostmanager and manager tomcat webapps.
  • Added support to tomcat-users.xml file for user authentication using hostmanager and manager webapps.

Usage example:

tomcat::instance { 
  "bar":
    ensure => present,
    server_port => 8006,
    http_port => 8081,
    ajp_port => 8010,
    manager => true,
    hostmanager => true,
    users => [ 
      { 
         username => "myuser"
         password => "mypassword"
         roles => "manager-gui,admin"
      } 
    ]
    roles => [ manager-gui, admin ]
}

…ntegrated support for handling auto-deploying of hostmanager and manager tomcat webapps. Added support to tomcat-users.xml file for user authentication using hostmanager and manager webapps.
…ntegrated support for handling auto-deploying of hostmanager and manager tomcat webapps. Added support to tomcat-users.xml file for user authentication using hostmanager and manager webapps. [added missing tomcat-users.xml.erb]
@alezzandro
Copy link
Author

Hello, Any news?

# password => "mypassword"
# roles => "manager-gui,admin"
# }
# ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing comma

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

Successfully merging this pull request may close these issues.

2 participants