Created
September 29, 2016 21:31
-
-
Save jameskyle/25bb67683f041cb48365c9acf5bef41e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file { '/etc/uber/redis_ports.d': | |
# see also celery_port_queues.d | |
ensure => 'directory', | |
owner => 'root', | |
group => 'root', | |
mode => '0444', | |
source => 'puppet:///modules/redis/empty/', | |
recurse => true, | |
ignore => '.empty', | |
purge => true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment