Product SiteDocumentation Site

13.4.2. Example: Disabling A Module

To disable a module, use the following syntax:
node 'node1.example.org' {
    include webserver

    webserver::module::disable { "mod_python":
    }
}