diff --git a/conf/namespaceauth.conf b/conf/namespaceauth.conf index b735fc0c4..837235769 100644 --- a/conf/namespaceauth.conf +++ b/conf/namespaceauth.conf @@ -1,20 +1,20 @@ +# This is an example namespaceauth.conf file, +# which you'll need if you want to start a client +# in --listen mode. [fileserver] - allow *.madstop.com + allow *.domain.com [puppetmaster] - allow *.madstop.com - -[pelementserver] - allow puppet.madstop.com + allow *.domain.com [puppetrunner] - allow culain.madstop.com + allow culain.domain.com [puppetbucket] - allow *.madstop.com + allow *.domain.com [puppetreports] - allow *.madstop.com + allow *.domain.com [resource] - allow midden.madstop.com + allow server.domain.com