소스 검색

Merge pull request #756 from xa4a/patch-2

Fix a typo in location_custom_cfg_append description.
Matthew Haughton 8 년 전
부모
커밋
3e71867960
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      manifests/resource/location.pp

+ 1 - 1
manifests/resource/location.pp

@@ -61,7 +61,7 @@
 #     to put before anything else inside location (used with all other types
 #     except custom_cfg). Used for logical structures such as if.
 #   [*location_custom_cfg_append*]    - Expects a array with extra directives
-#     to put before anything else inside location (used with all other types
+#     to put after anything else inside location (used with all other types
 #     except custom_cfg). Used for logical structures such as if.
 #   [*location_cfg_append*]  - Expects a hash with extra directives to put
 #     after everything else inside location (used with all other types except