Thank you for helping me.
Today I have fixed several configuration issues of Master's start-up (such as SELinux warning, missing domain names, etc), however the problem with <
> persist.
. At the same time, I have added
Notice: Starting Puppet master version 3.2.3
Info: Inserting default '~ ^/catalog/([^/]+)$' (auth true) ACL
Info: Inserting default '~ ^/node/([^/]+)$' (auth true) ACL
Info: Inserting default '/file' (auth ) ACL
Info: Inserting default '/certificate_revocation_list/ca' (auth true) ACL
Info: Inserting default '~ ^/report/([^/]+)$' (auth true) ACL
Info: Inserting default '/certificate/ca' (auth any) ACL
Info: Inserting default '/certificate/' (auth any) ACL
Info: Inserting default '/certificate_request' (auth any) ACL
Info: Inserting default '/status' (auth true) ACL
Info: Caching node for
ip-10-0-8-11.sampup.comDebug: No plugins found in subpath '/etc/puppet/modules/ntp/lib' (file / directory does not exist)
Debug: No plugins found in subpath '/biz/puppet/modules/role/lib' (file / directory does not exist)
Debug: No plugins found in subpath '/biz/puppet/modules/profile/lib' (file / directory does not exist)
Debug: No plugins found in subpath '/biz/puppet/modules/README/lib' (file / directory does not exist)
Debug: No plugins found in subpath '/biz/puppet/modules/networking/lib' (file / directory does not exist)
Debug: No plugins found in subpath '/biz/puppet/modules/users/lib' (file / directory does not exist)
Info: Caching node for
ip-10-0-8-11.sampup.comDebug: importing '/biz/puppet/modules/role/manifests/init.pp' in environment devbranch
Debug: importing '/biz/puppet/modules/role/manifests/knox_portal.pp' in environment devbranch
Debug: Automatically imported role::knox_portal from role/knox_portal into devbranch
Debug: importing '/biz/puppet/modules/profile/manifests/init.pp' in environment devbranch
Debug: importing '/biz/puppet/modules/profile/manifests/base.pp' in environment devbranch
Debug: Automatically imported profile::base from profile/base into devbranch
Debug: importing '/biz/puppet/modules/networking/manifests/init.pp' in environment devbranch
Debug: Automatically imported networking from networking into devbranch
Debug: importing '/biz/puppet/modules/users/manifests/init.pp' in environment devbranch
Debug: Automatically imported users from users into devbranch
Debug: importing '/biz/puppet/modules/profile/manifests/web_server.pp' in environment devbranch
Debug: Automatically imported profile::web_server from profile/web_server into devbranch
Debug: importing '/etc/puppet/modules/apache/manifests/init.pp' in environment devbranch
Debug: Automatically imported apache from apache into devbranch
Debug: importing '/etc/puppet/modules/apache/manifests/params.pp' in environment devbranch
Debug: Automatically imported apache::params from apache/params into devbranch
Error: Puppet::Parser::AST::Resource failed with error ArgumentError: syntax error on line 13, col 10: `' at /biz/puppet/modules/profile/manifests/web_server.pp:3 on node
ip-10-0-8-11.sampup.comError: Puppet::Parser::AST::Resource failed with error ArgumentError: syntax error on line 13, col 10: `' at /biz/puppet/modules/profile/manifests/web_server.pp:3 on node
ip-10-0-8-11.sampup.comError: Puppet::Parser::AST::Resource failed with error ArgumentError: syntax error on line 13, col 10: `' at /biz/puppet/modules/profile/manifests/web_server.pp:3 on node
ip-10-0-8-11.sampup.comDebug: Finishing transaction 69970875958340
Debug: Received report to process from
ip-10-0-8-11.sampup.comDebug: Processing report from
ip-10-0-8-11.sampup.com with processor Puppet::Reports::Store
[me@ip-10-0-8-10 puppet-skeleton]$ cat /biz/puppet/modules/profile/manifests/web_server.pp
class profile::web_server {
# Configuration for all webservers
class { "apache": }
#class { "php": }
#class { "memcache": }
}