Mercurial > repos > other > Puppet
comparison modules/apache/manifests/mod/authn_file.pp @ 275:d9352a684e62
Mass update of modules to remove deprecation warnings
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 26 Jan 2020 11:36:07 +0000 |
parents | 675c1cc61eaf |
children |
comparison
equal
deleted
inserted
replaced
274:b2571c28fc27 | 275:d9352a684e62 |
---|---|
1 # @summary | |
2 # Installs `mod_authn_file`. | |
3 # | |
4 # @see https://httpd.apache.org/docs/2.4/mod/mod_authn_file.html for additional documentation. | |
5 # | |
1 class apache::mod::authn_file { | 6 class apache::mod::authn_file { |
2 ::apache::mod { 'authn_file': } | 7 ::apache::mod { 'authn_file': } |
3 } | 8 } |