File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2362
2362
if ' setenv' in $directory {
2363
2363
include apache::mod::env
2364
2364
}
2365
+
2366
+ if ' expires_active' in $directory or ' expires_default' in $directory or ' expires_by_type' in $directory {
2367
+ include apache::mod::expires
2368
+ }
2365
2369
}
2366
2370
2367
2371
# Template uses:
Original file line number Diff line number Diff line change 593
593
it { is_expected . to contain_class ( 'apache::mod::authz_groupfile' ) }
594
594
it { is_expected . to contain_class ( 'apache::mod::auth_gssapi' ) }
595
595
it { is_expected . to contain_class ( 'apache::mod::env' ) }
596
+ it { is_expected . to contain_class ( 'apache::mod::expires' ) }
596
597
it { is_expected . to contain_class ( 'apache::mod::filter' ) }
597
598
it { is_expected . to contain_class ( 'apache::mod::headers' ) }
598
599
it { is_expected . to contain_class ( 'apache::mod::mime' ) }
You can’t perform that action at this time.
0 commit comments