Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npwalker/windows_service
https://github.com/npwalker/windows_service
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/npwalker/windows_service
- Owner: npwalker
- Created: 2015-11-03T03:03:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T03:30:05.000Z (about 9 years ago)
- Last Synced: 2024-05-08T22:03:39.006Z (8 months ago)
- Language: Puppet
- Size: 125 KB
- Stars: 0
- Watchers: 1
- 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',
}
~~~