I wish to have ability to disable Jetty's demo applications via puppet. Right now I do this with following snippet: ``` file { "${jetty_rootdir}/jetty/start.d/900-demo.ini": ensure => 'absent', notify => Service['jetty'], } ```
I wish to have ability to disable Jetty's demo applications via puppet. Right now I do this with following snippet: