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

Replace site.pp definition of node includes by site.yaml #249

Merged
merged 49 commits into from
Jul 28, 2023
Merged

Conversation

cmd-ntrf
Copy link
Member

@cmd-ntrf cmd-ntrf commented Jul 6, 2023

This enables end-user to modify which tag includes what without having to fork the puppet-magic_castle repo.

@cmd-ntrf cmd-ntrf added the enhancement New feature or request label Jul 6, 2023
@cmd-ntrf cmd-ntrf self-assigned this Jul 6, 2023
@cmd-ntrf cmd-ntrf force-pushed the includes branch 8 times, most recently from 6bd85c3 to 29b68a7 Compare July 10, 2023 20:23
String $ipa_subdomain,
String $mokey_subdomain,
Hash[String, String] $subdomains,
String $main2sub_redir = 'jupyter',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this the right value here.

@cmd-ntrf cmd-ntrf force-pushed the includes branch 2 times, most recently from cd8d2a1 to a419ad2 Compare July 28, 2023 16:55
Allow user to shuffle module include in site.pp to test
modules can included in any order.
The goal was to solve issue where clients would get
```mount.nfs: Stale file handle``` error when trying to mount NFS.
I have been unable to reproduce the problem by rebooting the NFS
server and/or clients, so it appears that either no longer is a
problem or it is problem that presents rarely enough that manually
fixing it is better than using Puppet.

The commands used to fixed the issue were originally fetched from
this stackexchance post:
https://unix.stackexchange.com/a/447581
Include that class in freeipa::client
Make sure slurm and cvmfs include profile::consul
The class only purpose was including `iu-duo_unix` which can now
be done with the hieradata and puppetfile customization.
slurm::accounting and freeipa::mokey need access to a MySQL database.
If both classes are included on the same node, they'll use the same
database, otherwise they will instantiate their own.
i
Unsure what it was solving originally, and it appears the service
never worked.
@cmd-ntrf cmd-ntrf merged commit 5021123 into main Jul 28, 2023
2 checks passed
@cmd-ntrf cmd-ntrf deleted the includes branch September 12, 2023 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant