-
Notifications
You must be signed in to change notification settings - Fork 303
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
(MODULES-1700) Change the filebucketing behavior so static_compiler can ... #288
(MODULES-1700) Change the filebucketing behavior so static_compiler can ... #288
Conversation
| @@ -141,7 +141,7 @@ | |||
| } | |||
|
|
|||
| File { | |||
| backup => false, | |||
| backup => $backup, | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is needed to work with the static compiler. None of these files have sources pointing at the puppet fileserver.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried reverting just this line and it looks like concat::setup inherited it:
Error: /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat/bin/concatfragments.rb]/ensure: change from absent to file failed: Could not retrieve content for {md5}b684db0eac243553a6a79365119a363d from filebucket
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, it's fine then.
|
I merged some things and now it needs a rebase, also. |
|
I'll handle the rebase and update |
|
I rebased then did a |
…_for_static_compiler (MODULES-1700) Change the filebucketing behavior so static_compiler can ...
...handle them