Displaying 1 result from an estimated 1 matches for "sounrce".
Did you mean:
  bounce
  
2012 Jan 10
3
I am looking to try to mixing sounrce and content in a file instance
Let''s start with this:
class whatever ( $myType=''other'' ) {
    file { "some-config-file":
        ...
        content => $myType ? {
            ''this''  => template("whatever/this.erb"),
            ''that''  => template("whatever/that.erb"),
            ''other'' =>