# bind-formula **Repository Path**: cnrv-sifive/bind-formula ## Basic Information - **Project Name**: bind-formula - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: HEAD - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-16 - **Last Updated**: 2024-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ==== bind ==== Formulas to set up and configure the bind DNS server. .. note:: See the full `Salt Formulas installation and usage instructions `_. Available states ================ .. contents:: :local: ``bind`` -------- Install the bind package and start the bind service. ``bind.config`` --------------- Manage the bind configuration file. Zone files are not generated by this state rather than taken from `salt://zones`. See `pillar.example` for how to overwrite this URL. Example Pillar ============== .. code:: yaml bind: configured_zones: sub.domain.com: type: master notify: False configured_views: myview1: match_clients: - client1 - client2 configured_zones: my.zone: type: master notify: False See *bind/pillar.example*. Notes ===== * When using views all zones must be configured in views!