Add client configuration
This commit is contained in:
parent
944e1d59fa
commit
b95a9b49dc
9
manifests/client.pp
Normal file
9
manifests/client.pp
Normal file
@ -0,0 +1,9 @@
|
||||
define kickstack::client {
|
||||
|
||||
$servicename = $name
|
||||
$classname = "::${servicename}::client"
|
||||
|
||||
class { "${classname}":
|
||||
}
|
||||
|
||||
}
|
3
manifests/node/client.pp
Normal file
3
manifests/node/client.pp
Normal file
@ -0,0 +1,3 @@
|
||||
class kickstack::node::client inherits kickstack {
|
||||
include kickstack::cinder::client
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user