File tree 18 files changed +18
-60
lines changed
tests/cucumber/puppet_manifests
18 files changed +18
-60
lines changed Original file line number Diff line number Diff line change 64
64
require => Package[" apache2" ],
65
65
}
66
66
67
+ exec {"add-mod-headers" :
68
+ command => " /usr/sbin/a2enmod headers" ,
69
+ notify => Service[" apache2" ],
70
+ require => Package[" apache2" ],
71
+ }
72
+
67
73
exec {"create-db" :
68
74
cwd => " ${repodir} /database/install" ,
69
75
unless => " /usr/bin/sudo /bin/ls /var/lib/mysql/${dbname} /mesh_concept_x_term.MYI" ,
Original file line number Diff line number Diff line change 64
64
require => Package[" apache2" ],
65
65
}
66
66
67
+ exec {"add-mod-headers" :
68
+ command => " /usr/sbin/a2enmod headers" ,
69
+ notify => Service[" apache2" ],
70
+ require => Package[" apache2" ],
71
+ }
72
+
67
73
exec {"create-db" :
68
74
cwd => " /var/ilios_install/install" ,
69
75
unless => " /usr/bin/sudo /bin/ls /var/lib/mysql/${dbname} /mesh_concept_x_term.MYI" ,
Original file line number Diff line number Diff line change 1
1
Options +FollowSymLinks
2
2
3
+ # Get rid of Compatibility View button in IE 10 and below
4
+ <IfModule mod_headers.c >
5
+ BrowserMatch MSIE ie
6
+ Header set X-UA-Compatible "IE=Edge,chrome=1 " env=ie
7
+ </IfModule >
8
+
3
9
#
4
10
# redirect all request to HTTPS
5
11
#
Original file line number Diff line number Diff line change 19
19
<head>
20
20
<meta charset="utf-8">
21
21
22
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
23
- More info: h5bp.com/i/378 -->
24
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
25
-
26
22
<title><?php echo $ forbidden_warning_text ; ?> </title>
27
23
<meta name="description" content="">
28
24
Original file line number Diff line number Diff line change 18
18
<head>
19
19
<meta charset="utf-8">
20
20
21
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
22
- More info: h5bp.com/i/378 -->
23
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
24
-
25
21
<title><?php echo $ title_bar_string ; ?> </title>
26
22
<meta name="description" content="">
27
23
Original file line number Diff line number Diff line change 22
22
<head>
23
23
<meta charset="utf-8">
24
24
25
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
26
- More info: h5bp.com/i/378 -->
27
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
28
-
29
25
<title><?php echo $ this ->languagemap ->t ('curriculum_inventory.title_bar ' , $ lang ); ?> </title>
30
26
<meta name="description" content="">
31
27
Original file line number Diff line number Diff line change 15
15
<head>
16
16
<meta charset="utf-8">
17
17
18
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
19
- More info: h5bp.com/i/378 -->
20
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
21
-
22
18
<title><?php echo $ title_bar_string ; ?> </title>
23
19
<meta name="description" content="">
24
20
Original file line number Diff line number Diff line change 22
22
<head>
23
23
<meta charset="utf-8">
24
24
25
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
26
- More info: h5bp.com/i/378 -->
27
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
28
-
29
25
<title><?php echo $ title_bar_string ; ?> </title>
30
26
<meta name="description" content="">
31
27
Original file line number Diff line number Diff line change 23
23
<head>
24
24
<meta charset="utf-8">
25
25
26
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
27
- More info: h5bp.com/i/378 -->
28
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
29
-
30
26
<title><?php echo $ title_bar_string ; ?> </title>
31
27
<meta name="description" content="">
32
28
Original file line number Diff line number Diff line change 21
21
<head>
22
22
<meta charset="utf-8">
23
23
24
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
25
- More info: h5bp.com/i/378 -->
26
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
27
-
28
24
<title><?php echo $ title_bar_string ; ?> </title>
29
25
<meta name="description" content="">
30
26
Original file line number Diff line number Diff line change 21
21
<head>
22
22
<meta charset="utf-8">
23
23
24
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
25
- More info: h5bp.com/i/378 -->
26
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
27
-
28
24
<title><?php echo $ title_bar_string ; ?> </title>
29
25
<meta name="description" content="">
30
26
Original file line number Diff line number Diff line change 17
17
<head>
18
18
<meta charset="utf-8">
19
19
20
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
21
- More info: h5bp.com/i/378 -->
22
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
23
-
24
20
<title><?php echo $ title_bar_string ; ?> </title>
25
21
<meta name="description" content="">
26
22
Original file line number Diff line number Diff line change 20
20
<head>
21
21
<meta charset="utf-8">
22
22
23
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
24
- More info: h5bp.com/i/378 -->
25
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
26
-
27
23
<title><?php echo $ login_title ; ?> </title>
28
24
<meta name="description" content="">
29
25
Original file line number Diff line number Diff line change 26
26
<head>
27
27
<meta charset="utf-8">
28
28
29
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
30
- More info: h5bp.com/i/378 -->
31
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
32
-
33
29
<title>Ilios Logout Stepping Stone</title>
34
30
<meta name="description" content="">
35
31
Original file line number Diff line number Diff line change 20
20
<head>
21
21
<meta charset="utf-8">
22
22
23
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
24
- More info: h5bp.com/i/378 -->
25
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
26
-
27
23
<title><?php echo $ title_bar_string ; ?> </title>
28
24
<meta name="description" content="">
29
25
Original file line number Diff line number Diff line change 21
21
<head>
22
22
<meta charset="utf-8">
23
23
24
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
25
- More info: h5bp.com/i/378 -->
26
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
27
-
28
24
<title><?php echo $ title_bar_string ; ?> </title>
29
25
<meta name="description" content="">
30
26
Original file line number Diff line number Diff line change 17
17
<head>
18
18
<meta charset="utf-8">
19
19
20
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
21
- More info: h5bp.com/i/378 -->
22
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
23
-
24
20
<title><?php echo $ title_bar_string ; ?> </title>
25
21
<meta name="description" content="">
26
22
Original file line number Diff line number Diff line change 14
14
<head>
15
15
<meta charset="utf-8">
16
16
17
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
18
- More info: h5bp.com/i/378 -->
19
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
20
-
21
17
<title>Ilios</title>
22
18
<meta name="description" content="">
23
19
You can’t perform that action at this time.
0 commit comments