voxpupuli / puppet-windowsfeature

Library that uses ServerAdministration api that comes with Windows Server 2008 and Windows Server 2012 to add / remove windows features
https://forge.puppet.com/puppet/windowsfeature
MIT License
30 stars 49 forks source link

module name underscore issue #4

Closed hpAB closed 10 years ago

hpAB commented 10 years ago

module name = windows_feature results in error

Error 400 on SERVER: Could not find class windowsfeature::param::powershell

renaming module windowsfeature resolved this

cyberious commented 10 years ago

This is correct in module file. Did opentable upload to forge with those changes?

hpAB commented 10 years ago

Hi,

No I have not uploaded, installed the module by running puppet module install opentable/windows_feature on my puppet master.

puppet module install opentable/windows_feature

tree

│ ├── windows_feature │ │ ├── Gemfile │ │ ├── Gemfile.lock │ │ ├── LICENSE │ │ ├── manifests │ │ │ ├── init.pp │ │ │ └── param.pp │ │ ├── metadata.json │ │ ├── Modulefile │ │ ├── Rakefile │ │ ├── README.md │ │ └── spec │ │ ├── defines │ │ │ └── windowsfeature_spec.rb │ │ ├── fixtures │ │ │ ├── manifests │ │ │ └── modules │ │ └── spec_helper.rb

cyberious commented 10 years ago

I fixed the Modulefile in previous merge. We should iterate release and upload then to get those features and fix out.

cyberious commented 10 years ago

If you build from source you will get this change as well as the latest enhancements. Sorry for the delay.

opentable-devops commented 10 years ago

Hey

Ill upload a replacement module tonight

Sorry for the hassle

Paul On 7 Jan 2014 08:19, "Travis Fields" notifications@github.com wrote:

If you build from source you will get this change as well as the latest enhancements. Sorry for the delay.

— Reply to this email directly or view it on GitHubhttps://github.com/opentable/puppet-windowsfeature/issues/4#issuecomment-31736241 .