This message was deleted.
# bolt
s
This message was deleted.
b
ah indeed
bolt module
only supports
add
and
install
. you can purge the module by hand. depending on how you added the module, you probably have a bolt-project.yaml and a .modules/ directory. delete the module from the dir, check if the module is listed in the yaml and delete it there
n
What I did now: 1. removed the module from the list of modules in
bolt-project.yaml
2.
bolt module install --force
It's gone from the
Puppetfile
and the folder in
.modules
has been removed. Looks OK to me.
b
sounds good
@nlew is there a recommended way to uninstall a module?
y
I’m doing the same as above usually