Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create source defined type #48

Open
logicminds opened this issue Feb 5, 2015 · 8 comments
Open

Create source defined type #48

logicminds opened this issue Feb 5, 2015 · 8 comments

Comments

@logicminds
Copy link

Currently there is no provider to allow us to manage/configure the actual installation for chocolatey. For example if I want to add new choco sources via puppet I would have to execute powershell commands. I could see a bunch of types/providers to manage choco but for my immediate needs I only want to configure the sources.

It would be nice to do the following:

choco::source{'artifactory server':
    ensure => present,
    url        => 'http://artifactory.company.corp:8223',
}  
@ferventcoder
Copy link
Contributor

👍 :)

@ferventcoder ferventcoder changed the title create type / provider to manage the chocolatey installation Create source defined type Feb 6, 2015
@ferventcoder
Copy link
Contributor

I'm assuming you want other defined types, but this is a good start.

@ferventcoder
Copy link
Contributor

Just as an FYI, PL may be picking up some of the work here unless community gets to it first https://tickets.puppetlabs.com/browse/PUP-3428

@logicminds
Copy link
Author

I am just started to get into choco so I don't know what else I need.

@ferventcoder
Copy link
Contributor

@ferventcoder
Copy link
Contributor

@logicminds you are coming in at a good time, but at a transition - there is a release candidate out for the rewrite, which fixes an entire world of issues of the old POSH (powershell) chocolatey client.

Take a look at the release notes at https://github.com/chocolatey/choco/wiki/ReleaseNotes and if you have questions or concerns, feel free to drop into Gitter and chat with the team at https://gitter.im/chocolatey/choco

@rismoney
Copy link
Contributor

rismoney commented Feb 6, 2015

posh chocolatey has a config file that can be managed using a file resource and put into an early stage.

@ferventcoder
Copy link
Contributor

This is ready for anyone to pick up now - if community gets to it first, that would also be fine.

@ferventcoder ferventcoder modified the milestone: 1.x Jul 7, 2015
ferventcoder pushed a commit to ferventcoder/puppet-chocolatey that referenced this issue Nov 18, 2016
(MODULES-3704) Update gemfile template to be identical
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants