forked from ppouliot/puppet-openstack_hyper_v
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModulefile
More file actions
16 lines (16 loc) · 662 Bytes
/
Modulefile
File metadata and controls
16 lines (16 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name 'ppouliot-openstack_hyper_v'
version '0.0.1'
source 'https://github.com/ppouliot/ppouliot-openstack_hyper_v.git'
author 'Peter Pouliot <peter@pouliot.net>'
license 'Apache 2.0'
summary 'Module for building hyper-v/openstack compute'
description 'puppet module for creating a hyper-v compute nodes'
dependency 'joshcooper/powershell'
dependency 'cprice404/inifile', '>= 0.9.0'
dependency 'basti1302/windows_path'
dependency 'puppetlabs/registry'
dependency 'puppetlabs/stdlib'
dependency 'puppetlabs/vcsrepo'
dependency 'openstack-hyper-v/puppet-windows_git'
dependency 'openstack-hyper-v/puppet-windows_common'
dependency 'openstack-hyper-v/puppet-hyper_v'