Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Strange issue with $installroot #6

Open
Conor0Callaghan opened this issue Mar 5, 2014 · 0 comments
Open

Strange issue with $installroot #6

Conor0Callaghan opened this issue Mar 5, 2014 · 0 comments

Comments

@Conor0Callaghan
Copy link
Contributor

Hi guys,

Versions:
puppet server: 3.3
puppet client: 3.4
latest versions of wget and sonarqube modules

I have a strange issue when setting a custom install root via hiera (possibly directly calling the class also). The installroot is never created, resulting in failed dependencies when it attempts to create the sonar-version folder inside the installroot. As a result, I've modified the code to be as follows in the local module which appears to work.

Is this a known issue or something quirky in my puppet installation:

Sonar home

file { $home:
ensure => directory,
mode => '0700',
} ->
file { "${installroot}":
ensure => directory,
} ->
file { "${installroot}/sonar-${version}":
ensure => directory,
} ->
file { $installdir:
ensure => link,
target => "${installroot}/sonar-${version}",
} ->

Thanks,

racodond pushed a commit that referenced this issue Aug 6, 2015
…ppet_lint_to_track_trailing_whitespaces

Issue 5 - Do not rely anymore on Puppet Lint to track trailing whitespaces
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant