happens :slightly_smiling_face:
# bolt
y
happens 🙂
v
seems provider has issues 😞
Copy code
$ bolt apply -e "package { 'nosuchthing': ensure => installed, provider => homebrew }" -t localhost
Starting: install puppet and gather facts on localhost
Finished: install puppet and gather facts with 0 failures in 3.12 sec
Starting: apply catalog on localhost
Started on localhost...
Finished on localhost:
  Notice: /Stage[main]/Main/Package[nosuchthing]/ensure: created
  changed: 1, failed: 0, unchanged: 0 skipped: 0, noop: 0
Finished: apply catalog with 0 failures in 5.54 sec
Successful on 1 target: localhost
Ran on 1 target in 8.73 sec
happily doesn't do anything
y
homebrew provider was quite broken last time I tried it 🙂 you recommended me to use Brewfile + Exec that time IIRC 🙂
v
I got a new Mac, and it's a pitta to set it up, trying again 🙂
y
yeah.. I know that feeling..
I had an incomplete bolt repo for this also..
though now I think a dotfiles-like git repo should be mostly enough
homebrew, oh-my-zsh, and asdf/mise is enough for everything 🙂
ah, vim/neovim also
v
I switched to master of the module and seems better, author needs to release a new version
👍🏻 1