Add the reception printer
This commit is contained in:
parent
f97b90e4f6
commit
1ed45114a8
|
@ -60,6 +60,11 @@ object HostGroup "ciscosw" {
|
||||||
assign where "ciscosw" in host.vars.groups
|
assign where "ciscosw" in host.vars.groups
|
||||||
}
|
}
|
||||||
|
|
||||||
|
object HostGroup "misc" {
|
||||||
|
display_name = "Misc devices"
|
||||||
|
assign where "misc" in host.vars.groups
|
||||||
|
}
|
||||||
|
|
||||||
object HostGroup "phones" {
|
object HostGroup "phones" {
|
||||||
display_name = "Telephones"
|
display_name = "Telephones"
|
||||||
assign where "phone" in host.vars.groups
|
assign where "phone" in host.vars.groups
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
object Host "printer-1" {
|
||||||
|
import "generic-host"
|
||||||
|
|
||||||
|
# reception printer
|
||||||
|
address = "printer-1"
|
||||||
|
vars.groups = [ "misc" ]
|
||||||
|
|
||||||
|
vars.parent = "receptionsw.openfest.org"
|
||||||
|
}
|
Loading…
Reference in New Issue