Skip to content
New issue

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

duplicate definition error #39

Open
disconn3ct opened this issue Aug 22, 2014 · 0 comments
Open

duplicate definition error #39

disconn3ct opened this issue Aug 22, 2014 · 0 comments

Comments

@disconn3ct
Copy link

In manifests/vcl.pp $includedir is declared twice. On line 84:

file { "$includedir":
  ensure => directory,
}

And again on line 104:

if $template == undef or $manage_includes {
  file { "$includedir":
    ensure => directory,
    require => Package['varnish'],
  }
maxchk added a commit that referenced this issue Aug 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant