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

cvmfs::install: Fact file creation must depend on Package[cvmfs]. #111

Merged
merged 1 commit into from
Sep 23, 2020

Conversation

olifre
Copy link
Contributor

@olifre olifre commented Sep 22, 2020

This is needed since it requires the path /etc/cvmfs to exist.
Fixes the following issue on a fresh installation:

 Could not set 'file' on ensure: No such file or directory -
 A directory component in /etc/cvmfs/cvmfsfacts.yaml20200922-1391-bu1s8u.lock
 does not exist or is a dangling symbolic link

(depends on evaluation order and fixes itself on a second Puppet run, with the added dependency, it works straightaway)

This is needed since it requires the path /etc/cvmfs to exist.
Fixes the following issue on a fresh installation:
 Could not set 'file' on ensure: No such file or directory -
 A directory component in /etc/cvmfs/cvmfsfacts.yaml20200922-1391-bu1s8u.lock
 does not exist or is a dangling symbolic link
@traylenator
Copy link
Contributor

Yes - should probably be in the config file anyway - fine like this.

@traylenator traylenator merged commit 7dacf21 into voxpupuli:master Sep 23, 2020
@olifre olifre deleted the firstrun-depends branch September 23, 2020 06:52
traylenator added a commit to traylenator/puppet-cvmfs that referenced this pull request Mar 23, 2021
**Breaking changes:**

- Remove 'yum' string from class parameters [\voxpupuli#123](voxpupuli#123) ([traylenator](https://github.com/traylenator))
- Add type enforcement to cvmfs::mount and cvmfs::domain [\voxpupuli#122](voxpupuli#122) ([traylenator](https://github.com/traylenator))
- Drop all CvmFS server code [\voxpupuli#113](voxpupuli#113) ([traylenator](https://github.com/traylenator))

**Implemented enhancements:**

- Add CVMFS\_IPFAMILY\_PREFER config parameter [\voxpupuli#125](voxpupuli#125) ([luisfdez](https://github.com/luisfdez))
- Add ubuntu 18.04, 20.04 and debian 10 support [\voxpupuli#124](voxpupuli#124) ([traylenator](https://github.com/traylenator))
- Convert main config template to epp [\voxpupuli#118](voxpupuli#118) ([traylenator](https://github.com/traylenator))

**Fixed bugs:**

- cvmfs\_external\_url parameter to mount fixed [\voxpupuli#127](voxpupuli#127) ([traylenator](https://github.com/traylenator))
- Correct parameter name for default case [\voxpupuli#126](voxpupuli#126) ([traylenator](https://github.com/traylenator))

**Merged pull requests:**

- Update all documentation [\voxpupuli#128](voxpupuli#128) ([traylenator](https://github.com/traylenator))
- Use modern splat rather than create resources [\voxpupuli#121](voxpupuli#121) ([traylenator](https://github.com/traylenator))
- Whitespace, Automatic lint and Rubocop Fixes [\voxpupuli#114](voxpupuli#114) ([traylenator](https://github.com/traylenator))
- Increase upper version of firewall module [\voxpupuli#112](voxpupuli#112) ([sorrison](https://github.com/sorrison))
- cvmfs::install: Fact file creation must depend on Package\[cvmfs\]. [\voxpupuli#111](voxpupuli#111) ([olifre](https://github.com/olifre))
- Add UID\_MAP and GID\_MAP functionality. [\voxpupuli#110](voxpupuli#110) ([olifre](https://github.com/olifre))
- add missing package require for file ownership [\voxpupuli#104](voxpupuli#104) ([fschaer](https://github.com/fschaer))
@traylenator traylenator mentioned this pull request Mar 23, 2021
@traylenator traylenator added the bug Something isn't working label Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants