--- /dev/null
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+##
+
+LogFormat "0.0.0.0 - %u %{[%d/%b/%Y:00:00:00 %z]}t \"%r\" %>s %b \"%{Referer}i\" \"-\"" privacy
+LogFormat "0.0.0.1 - %u %{[%d/%b/%Y:00:00:00 %z]}t \"%r\" %>s %b \"%{Referer}i\" \"-\"" privacyssl
source => 'puppet:///modules/apache2/security',
}
+ apache2::config { 'logformat-privacy':
+ source => 'puppet:///modules/apache2/logformat-privacy',
+ }
+
apache2::config { 'local-serverinfo':
source => 'puppet:///modules/apache2/local-serverinfo',
}