-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
25 lines (21 loc) · 998 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name 'clonezillalive'
maintainer 'bcs kommunikationsloesungen'
maintainer_email 'Arnold Krille <[email protected]>'
license 'Apache License, Version 2.0'
description 'Installs/Configures clonezillalive'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.4'
provides 'clonezillalive::default'
provides 'clonezillalive::server'
attribute 'clonezilla/serverip',
display_name: 'Server IP',
description: 'Set a special ip for the clients to use when '\
'booting. For example if your server lives in two networks'\
' and clients should use the second interfaces ip-address.'\
' node[\'ipaddress\'] is used if this is unset.',
type: 'string',
required: 'optional',
default: nil
supports 'debian', '>= 7.0'
depends 'nfs'
depends 'pxe'