Skip to content

Managing unmanaged file resource #229

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kamlane
Copy link

@kamlane kamlane commented Feb 7, 2019

The Mount resource default statement is dependent on a resource not managed by the module so it bombs out; the exec statement at the bottom of logical_volume doesn't consistently execute on puppetserver 4.10 for some reason.

…anaged by the module; the exec statement at the bottom of logical_volume doesn't consistently execute on puppetserver 4.10
@Yamakasi
Copy link

Also please accept this commit, but it might be good to add something like this:

  if $mountpath == "/$name" {
        $mountpath_final = "/${name}"
  } else {
        $mountpath_final = "${mountpath}/${name}"
  }

... replace $mountpath with $mountpath_final in the lower code.

@CLAassistant
Copy link

CLAassistant commented Feb 24, 2021

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov-commenter
Copy link

codecov-commenter commented Jun 5, 2021

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@d621bd9). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #229   +/-   ##
=======================================
  Coverage        ?   72.96%           
=======================================
  Files           ?       17           
  Lines           ?      773           
  Branches        ?        0           
=======================================
  Hits            ?      564           
  Misses          ?      209           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Successfully merging this pull request may close these issues.

4 participants