Skip to content
Snippets Groups Projects
Verified Commit 7c03b162 authored by anarcat's avatar anarcat
Browse files

librarian update takes no argument

parent 805168bd
No related branches found
No related tags found
No related merge requests found
......@@ -400,8 +400,10 @@ to do so just yet. This problem is further discussed in [ticket #29387][].
Also note that when you update code like this, the `Puppetfile` does
not change, but the `Puppetfile.lock` file *does* change. The `GIT.sha`
parameter needs to be updated. This can be done by hand, but since
that is error-prone, you might want to simply run `librarian-puppet
update prometheus-puppet` to update that module.
that is error-prone, you might want to simply run this to update
modules:
librarian-puppet update
This will *also* update dependencies so make sure you audit those
changes before committing and pushing.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment