https://github.com/npwalker/windows_service
https://github.com/npwalker/windows_service
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/npwalker/windows_service
- Owner: npwalker
- Created: 2015-11-03T03:03:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T03:30:05.000Z (over 10 years ago)
- Last Synced: 2025-03-11T09:40:47.708Z (over 1 year ago)
- Language: Puppet
- Size: 125 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An example of managing an user / password for a windows service
~~~
windows_service { "pe-puppet" :
username => '.\vagrant',
password => 'vagrant',
}
~~~