Puppet with foreman : how to apply config with overrided smart class parameter

前端 未结 0 1269
忘了有多久
忘了有多久 2020-12-01 05:48

I hava this pupet code :

class myclass($hello_world = \'undefined\')
{
    notice("The value is: ${hello_world}")
}

myclass{ \'appvotetest\': }


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题