ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Chocolatey packages do you install?

    Scheduled Pinned Locked Moved IT Discussion
    chocolateypackage managementwhat do you do
    39 Posts 10 Posters 7.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • gjacobseG
      gjacobse @JaredBusch
      last edited by

      @JaredBusch said in What Chocolatey packages do you install?:

      @gjacobse said in What Chocolatey packages do you install?:

      If you replace install with upgrade 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?

      DashrenderD 1 Reply Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch
        last edited by

        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

        0_1481729767856_upload-d1835470-8a52-43ad-91e0-7a8c47890a1b

        1 Reply Last reply Reply Quote 1
        • DashrenderD
          Dashrender @gjacobse
          last edited by

          @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 with upgrade 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.

          1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            Has anyone tried combining Chocolatey with something like Salt yet?

            gjacobseG Emad RE 3 Replies Last reply Reply Quote 0
            • gjacobseG
              gjacobse @scottalanmiller
              last edited by

              @scottalanmiller
              Haven't looked at Salt yet..

              1 Reply Last reply Reply Quote 0
              • gjacobseG
                gjacobse @scottalanmiller
                last edited by

                @scottalanmiller said in What Chocolatey packages do you install?:

                Has anyone tried combining Chocolatey with something like Salt yet?

                How did we manage this:

                0_1482369912931_2016-12-21 20_24_36-SaltStack automation for CloudOps, ITOps & DevOps at scale.png

                All Minions? showing 485 Minions?

                travisdh1T 1 Reply Last reply Reply Quote 0
                • travisdh1T
                  travisdh1 @gjacobse
                  last edited by

                  @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:

                  0_1482369912931_2016-12-21 20_24_36-SaltStack automation for CloudOps, ITOps & DevOps at scale.png

                  All Minions? showing 485 Minions?

                  Someone salted all the things!

                  KellyK 1 Reply Last reply Reply Quote 1
                  • KellyK
                    Kelly @travisdh1
                    last edited by

                    @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:

                    0_1482369912931_2016-12-21 20_24_36-SaltStack automation for CloudOps, ITOps & DevOps at scale.png

                    All Minions? showing 485 Minions?

                    Someone salted all the things!

                    I'm still a little bit salty about the whole thing.

                    1 Reply Last reply Reply Quote 1
                    • JaredBuschJ
                      JaredBusch
                      last edited by

                      This is what is going in the new sysprep image I am making tonight.
                      0_1495753950362_upload-750b858a-3497-4385-86c5-166985eb02f9

                      1 Reply Last reply Reply Quote 2
                      • syko24S
                        syko24
                        last edited by

                        Do you guys use Chocolatey on your servers or just workstations?

                        DashrenderD JaredBuschJ scottalanmillerS 3 Replies Last reply Reply Quote 0
                        • DashrenderD
                          Dashrender @syko24
                          last edited by

                          @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.

                          1 Reply Last reply Reply Quote 0
                          • JaredBuschJ
                            JaredBusch @syko24
                            last edited by JaredBusch

                            @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
                            1 Reply Last reply Reply Quote 2
                            • scottalanmillerS
                              scottalanmiller @syko24
                              last edited by

                              @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.

                              1 Reply Last reply Reply Quote 0
                              • Emad RE
                                Emad R @scottalanmiller
                                last edited by Emad R

                                @scottalanmiller said in What Chocolatey packages do you install?:

                                Has anyone tried combining Chocolatey with something like Salt yet?

                                You mean this:

                                https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html#salt.modules.chocolatey.install

                                salt '*' chocolatey.install <package name> install_args=<args> override_args=True

                                scottalanmillerS 1 Reply Last reply Reply Quote 2
                                • scottalanmillerS
                                  scottalanmiller @Emad R
                                  last edited by

                                  @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:

                                  https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html#salt.modules.chocolatey.install

                                  salt '*' chocolatey.install <package name> install_args=<args> override_args=True

                                  Good stuff 🙂

                                  1 Reply Last reply Reply Quote 0
                                  • dbeatoD
                                    dbeato
                                    last edited by

                                    The only other package that I install additionally to what has been listed is Adobe Air as it is used extensively where we work.

                                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @dbeato
                                      last edited by

                                      @dbeato said in What Chocolatey packages do you install?:

                                      The only other package that I install additionally to what has been listed is Adobe Air as it is used extensively where we work.

                                      There's a name that I have not heard in a long time.

                                      dbeatoD 1 Reply Last reply Reply Quote 0
                                      • dbeatoD
                                        dbeato @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in What Chocolatey packages do you install?:

                                        I have not heard in a long time.

                                        Yes, we use proprietary Crestron equipment which the controller requires Adobe Air.

                                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @dbeato
                                          last edited by

                                          @dbeato said in What Chocolatey packages do you install?:

                                          @scottalanmiller said in What Chocolatey packages do you install?:

                                          I have not heard in a long time.

                                          Yes, we use proprietary Crestron equipment which the controller requires Adobe Air.

                                          Weird. I had no idea that Adobe still supported that.

                                          1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller
                                            last edited by

                                            Im' not surprised that they do, it's just been so long that I forget that it was a thing.

                                            dbeatoD 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post