We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
I have provisioned my server succesfully with this module but if i want to add vhosts to it i receive some errors.
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults Error: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type concat at /data/devops/puppet/modules/nginx/manifests/resource/vhost.pp:474 on node dev01 Wrapped exception: Invalid resource type concat Error: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type concat at /data/devops/puppet/modules/nginx/manifests/resource/vhost.pp:474 on node dev01 My pp file: class { 'nginx': } # a fuller example, including permissions and ownership file { "/var/www/evert.be": ensure => "directory", owner => "evancauwenberg", group => "www-data", mode => 750, } nginx::resource::vhost { 'evert.be': ensure => present, owner => 'evancauwenberg', group => 'www-data', mode => '0755', access_log => '/var/log/nginx/evert_access.log', error_log => '/var/log/nginx/evert_error.log', www_root => '/var/www/evert.be', }
The text was updated successfully, but these errors were encountered:
Do you have the puppetlabs-concat module installed?
Sorry, something went wrong.
omg :|
Thnx!
No branches or pull requests
Hello
I have provisioned my server succesfully with this module but if i want to add vhosts to it i receive some errors.
The text was updated successfully, but these errors were encountered: