Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Is done here: https://github.com/schmto/nmsprime/blob/dev/modules/ProvBase/Install/after_install.sh

 

  •  Needs Testing

...

Install

Code Block
languagebash
# TODO

# copy default config
cp /var/www/nmsprime/modules/ProvBase/Install/files/named.conf /etc/named.conf

# permissions
chmod g+w /var/named/dynamic/
chown apache /var/named/ 
chown -R apache /etc/named.conf /var/named/dynamic/

...