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

Feature/3985 pm manifest support for copied files #4075

Conversation

euler-room
Copy link
Contributor

Add a subclass, Manifest::Template", which allows for the inclusion of:
files: ['.../file1', '.../directory1/file2', '.../directory2', '...etc']
key/value pair in the template manifest file.
This is serialized as:

---
files
- '.../file1'
- '.../directory1/file2'
- '.../directory2'
- '...etc'

when to_yaml is called on an instance of Template::Manifest

@johrstrom johrstrom merged commit 56679ec into OSC:master Jan 16, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants