File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 23622362 if ' setenv' in $directory {
23632363 include apache::mod::env
23642364 }
2365+
2366+ if ' expires_active' in $directory or ' expires_default' in $directory or ' expires_by_type' in $directory {
2367+ include apache::mod::expires
2368+ }
23652369 }
23662370
23672371 # Template uses:
Original file line number Diff line number Diff line change 593593 it { is_expected . to contain_class ( 'apache::mod::authz_groupfile' ) }
594594 it { is_expected . to contain_class ( 'apache::mod::auth_gssapi' ) }
595595 it { is_expected . to contain_class ( 'apache::mod::env' ) }
596+ it { is_expected . to contain_class ( 'apache::mod::expires' ) }
596597 it { is_expected . to contain_class ( 'apache::mod::filter' ) }
597598 it { is_expected . to contain_class ( 'apache::mod::headers' ) }
598599 it { is_expected . to contain_class ( 'apache::mod::mime' ) }
You can’t perform that action at this time.
0 commit comments