Skip to content

Commit

Permalink
hiera: set defaults to pass to nginx::service
Browse files Browse the repository at this point in the history
Fixes #488
  • Loading branch information
3flex committed Oct 23, 2014
1 parent 05ac65f commit a5f9c1e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/common.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
---
#passed to nginx::package class
nginx::package_name: nginx
nginx::package_source: nginx
nginx::package_ensure: present
nginx::manage_repo: true

#passed to nginx::service class
nginx::configtest_enable: false
nginx::service_ensure: running
nginx::service_restart: '/etc/init.d/nginx configtest && /etc/init.d/nginx restart'

nginx::config::temp_dir: /tmp
nginx::config::run_dir: /var/nginx
nginx::config::conf_template: nginx/conf.d/nginx.conf.erb
Expand Down

0 comments on commit a5f9c1e

Please sign in to comment.