Displaying 1 result from an estimated 1 matches for "albalb".
Did you mean:
alban
2007 Jul 24
3
How to require a defined type...
...le { "blabla":
....
}
exec { "blablabla":
...
}
}
}
And I access the defined type in my other class by doing this:
class otherclass {
include myclass
myclass::mytype { "alb":
...
}
# and here I want to require my defined type:
file { "albalb:
ensure => "exists",
require => Myclass::mytype["alb"],
}
}
But puppet burps at me and says the syntax is wrong. But how can I do
this (if I can at all)?
--
Best regards/Med venlig hilsen
Juri Rischel Jensen
Fab:IT ApS
Vesterbrogade 50
DK-1620 København
Tlf: 70...