Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

8,377

Downloads of v 1.0.7006:

1,069

Last Update:

03 Jul 2017

Package Maintainer(s):

Software Author(s):

  • C.Small

Tags:

remy automation infrastructure

Remy

  • 1
  • 2
  • 3

1.0.7006 | Updated: 03 Jul 2017

Downloads:

8,377

Downloads of v 1.0.7006:

1,069

Maintainer(s):

Software Author(s):

  • C.Small

Remy 1.0.7006

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Remy, run the following command from the command line or from PowerShell:

>

To upgrade Remy, run the following command from the command line or from PowerShell:

>

To uninstall Remy, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade remy -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade remy -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install remy
  win_chocolatey:
    name: remy
    version: '1.0.7006'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'remy' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.0.7006'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller remy
{
    Name     = "remy"
    Version  = "1.0.7006"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'remy':
  ensure   => '1.0.7006',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 09 Jul 2020.

Description

Remy is a lightweight YAML-based Windows server configuration tool, written in C#. Its sole purpose is to provision a Windows Server 2012 upwards, running on the server itself.


tools\CommandLine.dll
md5: EC0E2DD54144D6F6A317B7DAA715D418 | sha1: 62C2E04BBA8436912D9BCEC1EC4D4C7AFC843A47 | sha256: 4923528D3D18689D58FA30B3D822AB72A13BE21A57F13E0BC59B55B864424F7A | sha512: CCAF01F89FAB001EF2DED15B352E1DD2AB3967584A8720ACB7C6B7203240F9C896F7D46600B12E0E86B25B30779B1E5ED59CE97FB3F295AFB11D6391670265EF
tools\Newtonsoft.Json.dll
md5: CBD6029ABAA8E977D3B7435C6F70DD0E | sha1: EBB89D4D7659EF77B658A86AD00DBA0EAD869F4C | sha256: 0EDFAC6BE11732DDD99DB66821EE47408C2DC1E9BED68E5EF9A8E130C565B79B | sha512: 96754C8A846311CA59F8EC38185C2A204017BC8BC73BAE1FDEE63B66F3CC459017ED34CA164B53D625ABFAE683683B278E1AAA66346023018411AE70FE9E8059
tools\NuGet.Common.dll
md5: 68B300A422CDCDEBC519F0E948F696AC | sha1: E023DFA01ED938FEF086B310F6C0D068D48F4D30 | sha256: E4F9564E653D49AB862D1EC2E46000388152ED3A24A05FD07C847C1940D03D06 | sha512: D2B3878A3081E5627E1543F4BDCF4AACFAF7FB4FBE9326CA48150D232012F53CF7EC85D3DF277A4ABF7B214903598A5CAEB8BA87C0362AEBDE4C55BC034E6705
tools\NuGet.ContentModel.dll
md5: 15F01C167D38CD37097D5A847B1BF5A7 | sha1: F2EC9636B3588B73F8C6556E79E5B8CAC55A0B3D | sha256: 5EE21708CA4C870AEA3236041DBDF25AD85EC69DA3545900CE509616F70AE2E7 | sha512: 69FB96232B5FEE401B524F9F2CFCF18CC5D3A23E9D6E4DBE54D367F77E9F1430D2B62569B9A782A85D8244B5583CA19249746C6CA63DA7F5AFE23EED6CD8CF01
tools\NuGet.Core.dll
md5: 5FC063C0B98F60A42099C1A02C4D893F | sha1: BB4BB8FA66E2A859B9046B48A4ED87F2DAAFCBBD | sha256: 9198DADF6A653F4E20776A292800D1C80E722E14FD0772DDD05BC23B6CE1001A | sha512: 7D06F294E0F98EF301F43B9DAFBF7123E4D4D7578374FE26B1828129B3DBB997DDA86EC4BB6511752F92C4661DBA11FEDDB5CC2EC308ADFBACB66E7A34359C45
tools\NuGet.Frameworks.dll
md5: 1D7FFB3B2D2A83F86BE46ACB92A020AC | sha1: 94BEB79A21031B5E8E51184BE3808156642DF1D4 | sha256: C2FEE512DE0FC23F3C1D899B7BF226C85E4D54994DB93707948E68F21F4850A8 | sha512: F55DC2BE8FA415E3AC31CE57F277E7463CC211EB82421F17ABF1E1C121BEA647BEC9156578DF934C74AE60862477C2D62EDF8CA4C2E7C6CDA3C60974B8777E1E
tools\NuGet.Logging.dll
md5: 6D064774AE65CC16B340B226272248E5 | sha1: 704FB0C3A7776551BFD0D4CD0D2D0CD50596D0E8 | sha256: 63791F24E1561BB3E7609E465F888A57DE4E5D323B41E2318E81381E7B27A6B8 | sha512: A7762CEAC55636B3F9D3AA9E34755515B81B762A62DF9D50FEF63863D7559C11D5293E68A7714DEF29107CDC318CACB2495E9E532EC83CCB0CEB1598087EB3CC
tools\NuGet.Packaging.Core.dll
md5: A1B694B2BDA6316094AD770F5552C46D | sha1: A95D166C48F3878FDF4415038B15EC8BA6AD4009 | sha256: A765A34D12DF483BB133AB6A2F24FADD49AC89361297AA276B5E63F2736C35D4 | sha512: B6435E69612EF0D65C8AEBAC3E1866A4C1C7614DFC99A2BEC81AF5443AA5A9058B7220AC1B367D3704A2FAF840F70007D07958E022AC2F56961ED2C327EBABEE
tools\NuGet.Packaging.Core.Types.dll
md5: 5129747CB90420A4627B63E7AC60DF77 | sha1: 847D06DD9C4E9D5897D64A6329F4FE5268313CC1 | sha256: 0568600754A3D75613A774082005A4A2C8023551C3AA3E53EB2624CFB427BC27 | sha512: 191CBB75BADCF5EA96A085A337CEE63C0C082E1B5D314B5C89874863B4C1E94E7C20AB60DB1270FB263C4ABD05F26CB110171F21E32366AC592FB7A1C86218AC
tools\NuGet.Packaging.dll
md5: 6E8EEDA3C74E69E7B3355F2854205026 | sha1: 4A6B6B36C1CBE116B7974A2AB0FFBE6EDE337EB4 | sha256: 69CF07E8A36CFB248C9F4853758FA26806720D86202B2766C48921854A641C56 | sha512: 628FF2A71A20F82E8E0DCDC9BADF65147CFA498856A0BF442395353DAC11E82A6B33C7010AFC0F2C663050E8481FF91A673E6975311F331EEA5DC42E845AB864
tools\NuGet.Repositories.dll
md5: 720F19C85EE4B4A458FA10086C730B15 | sha1: 233CCC8A49D86C11A39EC12FBA41EC6546B9F40B | sha256: 1C36B5E50A50C167AE6B5FB0574F028B128F2790B5917AAAE840F7F51630C7EA | sha512: CD4B0E51F36F7D78506BC1CF75111BE1E776309EB7A8950D90EA33A67336A5A01C17B9DF77AF0AE9AB4BF97B16415CB478258A0C5B2DEDB6ABA84860F8E91458
tools\NuGet.RuntimeModel.dll
md5: 99C400D7EB2C20AC33F8AE3BA41F5A19 | sha1: 3B6F4738F06E6D12D478AA4CFCF8787DB9265EDE | sha256: CEEEF30984F16CBAE78D4609D43F02C09926EFA93C6BBAAAE3E628CBAE7EDF9C | sha512: EC65070265572BD75417DF7CEA0F972FCAF9C1234EC152D3000A1E11B511652D9AF1787DBCE9837B5DC2DD1047E9968F1FF70BC88085BA744FF501006DCA728F
tools\NuGet.Versioning.dll
md5: 9A5A42133B115D6D5E3BAE08D530E6D0 | sha1: CAA6D419DACEF00AB827A46AE9926B16C3528413 | sha256: CA4951CFD5BE36A77D7A122A483C5E4D87AF28CD360B2D0083C74B325CB2CA1A | sha512: 93B628464C577E7ADDB068B65D50A0B27EAABB9FA3C32CF6AD2B710E13EE8A8010C7481A6E677CFB0E0088DA8D9A4342250A2147780C0923D458E7839C7D62F8
tools\Remy.Core.dll
md5: 49CE2449B14C1BE5FFE6ACFF62877D97 | sha1: 5547F78B5FDEE58FDCD6EBF6190722D8B074DB8D | sha256: 76B50834E9C7B56D7060BF7F43BBF83F2178F039ABB2EB8E1A3944CFC5BD2322 | sha512: 5C658A3B4D189433A1459B37F584553F3751CA44462FF28FC9F6B76C195AEA85B165E849D433C6F7B56A90438E3AB5F5AE7892716A332C5EBA64D93363EA1D08
tools\remy.exe
md5: 35723BE6A8E3AA218869B5FFB3D73F86 | sha1: A3DA31E320586FAD9B7DB76C5B6CA355B9CFA5DA | sha256: 8BC778CD505A619E825A9235980CC6C3F73322B00E79A8C0758EF89F9F5BC439 | sha512: 915B5692D23F47E7EBC4BC142E12669775C1423391AA90080A60C92E36BAD2F2DD72CED6CCF821CA6A8F4688E8437B9034B16E4E058736B9FD4CA16358606A19
tools\remy.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<startup>
		<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
	</startup>
	<runtime>
		<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
			<dependentAssembly>
				<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
				<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" />
			</dependentAssembly>
			<dependentAssembly>
				<assemblyIdentity name="Autofac.Integration.Mef" publicKeyToken="17863af14b0044da" culture="neutral" />
				<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
			</dependentAssembly>
			<dependentAssembly>
				<assemblyIdentity name="NuGet.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />
				<bindingRedirect oldVersion="0.0.0.0-2.12.0.817" newVersion="2.12.0.817" />
			</dependentAssembly>
		</assemblyBinding>
	</runtime>
</configuration>
tools\Serilog.dll
md5: F407F155C661F83BAEF0108C166461C5 | sha1: F3273E446A85294F58E765EA61CD9BC08595B5DA | sha256: 461EEF12D66684BDB583062DB9A63D02BC860CE854458614F6AA55ABAA99C269 | sha512: 880F77D4DF8F08072E8EF0038C710E2D86F070DD3FFCC5CFD029D4B1B52656B86A92620030177893BE76026F8615E08D8FF50B04A9CDFD139A7BDEE26D03FE73
tools\Serilog.Sinks.Literate.dll
md5: EEE5A6A44CE89B30E724126E0B71B88B | sha1: 4361CC395C6E5A73B5FF72A07D41D64D2ACF827D | sha256: 6EDD7565FB698175F9448B96228B6DDFD16DE136EA79901FBBCEFF125C7D1FF2 | sha512: B9DE2F1A2470E21337813E99E4877881D0D05288826F2DA08A02746B6A0214708C9EBD2501B9118735438416DCBB7A54880BB76F6BF5CF3DAC2C3B10525D99E1
tools\StructureMap.dll
md5: C769C878839705387511D23D6E93EAEA | sha1: 04C68CBD7732D4D9B2D65B5A72D4D6BA2F27D2AF | sha256: 58797AA313270BEDED32290644B658BAA600499D542A61A7D1343C6717369BB7 | sha512: 7CDD7DFFA3B1E6F0C94B9C865F00DF28ED3B99099EEDDBE8BCC15E744FC2D5712182024BE4B65A8E2017F4FA0082D6FFCA419F5738BEF6084D48BA60117E0F70
tools\YamlDotNet.dll
md5: FDA941DEED93356F347DEA2F0AE07579 | sha1: 6CBEBD7527F594B4C7646FD6BA52854552302C55 | sha256: C9F439FA910A7E0ADBD08864FBF65EE9B852F15935A035CF1D0D07164098F89C | sha512: 97CDFF5403BB671A6FA4B8357867C09CC6DC92286D60CE5539D88154672721F5196DFC72EF2D981E9D96D64AD7C354224557A7E0F6B53EEF4B06529FF940CC51

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Remy 1.0.7004 415 Thursday, June 15, 2017 Approved
Remy 1.0.7003 390 Tuesday, June 6, 2017 Approved
Remy 1.0.7002 400 Friday, January 6, 2017 Approved
Remy 1.0.7000 363 Friday, January 6, 2017 Approved
Remy 1.0.70 411 Friday, January 6, 2017 Approved
Remy 1.0.62 358 Friday, January 6, 2017 Approved
Remy 1.0.45 363 Friday, January 6, 2017 Approved
Remy 1.0.44 383 Friday, January 6, 2017 Approved
Remy 1.0.42 344 Wednesday, January 4, 2017 Approved
Remy 1.0.39 363 Thursday, December 22, 2016 Approved
Remy 1.0.37 397 Wednesday, December 21, 2016 Approved
Remy 1.0.35 416 Wednesday, December 14, 2016 Approved
Remy 1.0.34 399 Wednesday, December 14, 2016 Approved
Remy 1.0.32 385 Wednesday, December 14, 2016 Approved
Remy 1.0.30 399 Sunday, December 11, 2016 Approved
Remy 1.0.29 429 Sunday, December 11, 2016 Approved
Remy 1.0.28 395 Sunday, December 11, 2016 Approved
Remy 1.0.27 365 Sunday, December 11, 2016 Approved

Initial release.


This package has no dependencies.

Discussion for the Remy Package

Ground Rules:

  • This discussion is only about Remy and the Remy package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Remy, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus