      [paste.app_factory]
      main = octomotron.webui.application:Application

      [console_scripts]
      octomotron = octomotron.main:main

      [octomotron.script]
      adduser = octomotron.webui.htpasswd:config_parser
      approve = octomotron.approve:config_parser
      remove = octomotron.remove:config_parser
      rm = octomotron.remove:config_parser
      serve = octomotron.serve:config_parser
      deploy = octomotron.deploy:config_parser
      update = octomotron.update:config_parser
      example = octomotron.example:config_parser

      [octomotron.auth_policy]
      promiscuous = octomotron.webui.auth:config_promiscuous_auth_policy
      basic_pam = octomotron.webui.auth:config_basic_pam_auth_policy
      basic_local = octomotron.webui.auth:config_basic_local_auth_policy
      