https://github.com/plus3it/pwm-formula
Salt formula to setup PWM
https://github.com/plus3it/pwm-formula
Last synced: 12 months ago
JSON representation
Salt formula to setup PWM
- Host: GitHub
- URL: https://github.com/plus3it/pwm-formula
- Owner: plus3it
- Created: 2019-04-10T12:24:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-01T11:01:20.000Z (12 months ago)
- Last Synced: 2025-06-01T20:11:12.333Z (12 months ago)
- Language: Shell
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pwm-formula
Salt formula to install PWM
## General Notes
This formula does not build the application. It assumes that you have the WAR file and configuration files stored in an AWS S3 Bucket.
The formula will look for the following files in the bucket:
* pwm18.war
* PwmConfiguration.xml
* PwmConfiguration.xml.sha1
## Available States
### pwm.iptables
Setup iptables firewall rules
### pwm.hostname
Configure the hostname. This is meant to address ec2 hosts that come with names like ip-10-10-0-123 for a hostname
### pwm.install
Install PWM
### pwm.configure
Setup all of the configuration files
### pwm.customize
Customize the welcome page for your environment
### pwm.ost_integration
Setup scripts to watch for new users being added and send a ticket to OSTicket via its API