diff --git a/manifests/init.pp b/manifests/init.pp index 3fca72a..311583a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -296,12 +296,12 @@ class nginx ( service_flags => $service_flags, } - create_resources('::nginx::resource::upstream', $nginx_upstreams) - create_resources('::nginx::resource::vhost', $nginx_vhosts, $nginx_vhosts_defaults) - create_resources('::nginx::resource::location', $nginx_locations) - create_resources('::nginx::resource::mailhost', $nginx_mailhosts) - create_resources('::nginx::resource::map', $string_mappings) - create_resources('::nginx::resource::geo', $geo_mappings) + create_resources('nginx::resource::upstream', $nginx_upstreams) + create_resources('nginx::resource::vhost', $nginx_vhosts, $nginx_vhosts_defaults) + create_resources('nginx::resource::location', $nginx_locations) + create_resources('nginx::resource::mailhost', $nginx_mailhosts) + create_resources('nginx::resource::map', $string_mappings) + create_resources('nginx::resource::geo', $geo_mappings) # Allow the end user to establish relationships to the "main" class # and preserve the relationship to the implementation classes through