Skip to content

Commit

Permalink
remove package/service data from hiera
Browse files Browse the repository at this point in the history
  • Loading branch information
James Fryman committed Sep 23, 2014
1 parent 54230bc commit d8b93ee
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,12 @@ nginx::config::proxy_buffer_size: 8k
nginx::config::proxy_headers_hash_bucket_size: '64'
nginx::config::logdir: /var/log/nginx

# Service restart after Nginx 0.7.53 could also be just
# "/path/to/nginx/bin -s HUP" Some init scripts do a configtest, some don't.
# If configtest_enable it's true then service restart will take
# $nx_service_restart value, forcing configtest.
nginx::config::configtest_enable: false
nginx::config::service_restart: '/etc/init.d/nginx configtest && /etc/init.d/nginx restart'
nginx::config::service_ensure: running

nginx::config::mail: false

nginx::config::http_cfg_append: false
nginx::config::nginx_error_log: /var/log/nginx/error.log
nginx::config::http_access_log: /var/log/nginx/access.log

# package name depends on distribution, e.g. for Debian nginx-full | nginx-light
nginx::config::package_name: nginx
nginx::config::package_ensure: present
nginx::config::package_source: nginx
nginx::config::manage_repo: true

nginx::config::root_group: root
# Specific owner for sites-available directory
nginx::config::sites_available_owner: root
Expand Down

0 comments on commit d8b93ee

Please sign in to comment.