What Chocolatey packages do you install?
-
@JaredBusch said in What Chocolatey packages do you install?:
choco install -y owncloud-client 7zip adobereader-update googlechrome vlc libreoffice greenshot notepadplusplus zerotier-one filezilla itunes
If you replace
install
withupgrade
it will upgrade if it is there, if it is not there, it will install it. -
@gjacobse said in What Chocolatey packages do you install?:
If you replace
install
withupgrade
it will upgrade if it is there, if it is not there, it will install it.I hate that type of functionality.
-
@JaredBusch said in What Chocolatey packages do you install?:
@gjacobse said in What Chocolatey packages do you install?:
If you replace
install
withupgrade
it will upgrade if it is there, if it is not there, it will install it.I hate that type of functionality.
Because you want it to do only what you ask it to and not make assumptions?
-
@wirestyle22 said in What Chocolatey packages do you install?:
@JaredBusch said in What Chocolatey packages do you install?:
@gjacobse said in What Chocolatey packages do you install?:
If you replace
install
withupgrade
it will upgrade if it is there, if it is not there, it will install it.I hate that type of functionality.
Because you want it to do only what you ask it to and not make assumptions?
Yes.
-
@JaredBusch said in What Chocolatey packages do you install?:
@gjacobse said in What Chocolatey packages do you install?:
If you replace
install
withupgrade
it will upgrade if it is there, if it is not there, it will install it.I hate that type of functionality.
How would you preform updates on a machine in that case?
-
For upgrading, I have a powershell script applied via Atera (testing) or scheduled task
I have it upgrade chocolatey first just to be safe. there were issues with things when they added the new checksum features between 0.9 and 0.10
-
@gjacobse said in What Chocolatey packages do you install?:
@JaredBusch said in What Chocolatey packages do you install?:
@gjacobse said in What Chocolatey packages do you install?:
If you replace
install
withupgrade
it will upgrade if it is there, if it is not there, it will install it.I hate that type of functionality.
How would you preform updates on a machine in that case?
You just use choco upgrade all -y to update everything that's installed.
-
Has anyone tried combining Chocolatey with something like Salt yet?
-
@scottalanmiller
Haven't looked at Salt yet.. -
@scottalanmiller said in What Chocolatey packages do you install?:
Has anyone tried combining Chocolatey with something like Salt yet?
How did we manage this:
All Minions? showing 485 Minions?
-
@gjacobse said in What Chocolatey packages do you install?:
@scottalanmiller said in What Chocolatey packages do you install?:
Has anyone tried combining Chocolatey with something like Salt yet?
How did we manage this:
All Minions? showing 485 Minions?
Someone salted all the things!
-
@travisdh1 said in What Chocolatey packages do you install?:
@gjacobse said in What Chocolatey packages do you install?:
@scottalanmiller said in What Chocolatey packages do you install?:
Has anyone tried combining Chocolatey with something like Salt yet?
How did we manage this:
All Minions? showing 485 Minions?
Someone salted all the things!
I'm still a little bit salty about the whole thing.
-
This is what is going in the new sysprep image I am making tonight.
-
Do you guys use Chocolatey on your servers or just workstations?
-
@syko24 said in What Chocolatey packages do you install?:
Do you guys use Chocolatey on your servers or just workstations?
Workstations, but I could on the servers, but I don't deploy most of this junk to a server.
-
@syko24 said in What Chocolatey packages do you install?:
Do you guys use Chocolatey on your servers or just workstations?
I do use it on servers, just the list is much smaller.
Typically
- zerotier-one
- 7zip
- notepadplusplus
- greenshot
-
@syko24 said in What Chocolatey packages do you install?:
Do you guys use Chocolatey on your servers or just workstations?
Everywhere It is the installer for some server components too, like SSH.
-
@scottalanmiller said in What Chocolatey packages do you install?:
Has anyone tried combining Chocolatey with something like Salt yet?
You mean this:
salt '*' chocolatey.install <package name> install_args=<args> override_args=True
-
@msff-amman-Itofficer said in What Chocolatey packages do you install?:
@scottalanmiller said in What Chocolatey packages do you install?:
Has anyone tried combining Chocolatey with something like Salt yet?
You mean this:
salt '*' chocolatey.install <package name> install_args=<args> override_args=True
Good stuff
-
The only other package that I install additionally to what has been listed is Adobe Air as it is used extensively where we work.