diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f2a51dc..5f1449d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp | |||
@@ -13,7 +13,7 @@ | |||
13 | # Sample Usage: | 13 | # Sample Usage: |
14 | # | 14 | # |
15 | class httpd { | 15 | class httpd { |
16 | include httpd::params | 16 | include ::httpd::params |
17 | 17 | ||
18 | package { 'httpd': | 18 | package { 'httpd': |
19 | ensure => installed, | 19 | ensure => installed, |