Skip to content

myii/lighttpd-formula

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lighttpd-formula

A simple saltstack formula to install and configure lighttpd.

This formula has been developed distributing id and state declarations in different files to make it usable in most situations. It should be useful in scenarios ranging from a simple install of the packages (without any special configuration) to a more complex set-up.

General customization strategies

First, see if providing pillar data is enough for your customization needs That's the recommended way and should be enough for most cases. See that sometimes there's a key named extra_conf that's used to add arbitrary configuration lines in the templates provided.

When providing pillar data is not enough for your needs, you can apply the _Template Override and Files Switch_ (TOFS) pattern as described in the documentation file TOFS_pattern.md.

Note

Currently this formula supports Debian and Arch os_family.

TODO: This formula doesn't manage lighttpd configuration modules on all Systems only Debian is supported.

See the full Salt Formulas doc.

Available states

Meta-state for inclusion of all states for lighttpd.

Installs the lighttpd package.

Configures the lighttpd package.

Manages the startup and running state of the lighttpd service.

Manages the modules via lighty-mods-enable/disable on Debian systems. This is pillar driven see pillar.example

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.6%
  • SaltStack 42.4%