summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-12-01 13:14:39 +0100
committermh <mh@immerda.ch>2012-12-01 13:14:39 +0100
commit56edcd00f3221fa713284c42110c7d3564f23ca1 (patch)
tree50d79e9c4befd5ec537bc54e29a340dfeab83e09 /manifests/centos.pp
parentd55e4605f5b3a91e468bc9d1168531b9e590d8e1 (diff)
fix typo
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index 2ad521e..e1a116f 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -39,7 +39,7 @@ class apache::centos inherits apache::package {
'/var/www/vhosts/.+/upload(/.*)?' ]:
setype => 'httpd_sys_script_rw_t';
'/var/www/vhosts/.*/logs(/.*)?':
- setpye => 'httpd_log_t';
+ setype => 'httpd_log_t';
}
}
file{'apache_service_config':