Skip to content

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

Open
alezzandro wants to merge 3 commits into
camptocamp:masterfrom
alezzandro:master
Open

Missing dep for Red Hat source installation. Hostmanager and manager support. Handling of tomcat-users.xml#152
alezzandro wants to merge 3 commits into
camptocamp:masterfrom
alezzandro:master

Conversation

@alezzandro

@alezzandro alezzandro commented Oct 23, 2015

Copy link
Copy Markdown

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
Copy Markdown
Author

Hello, Any news?

Comment thread manifests/instance.pp
# password => "mypassword"
# roles => "manager-gui,admin"
# }
# ]

Copy link
Copy Markdown
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