We no longer need the roleaccounts staticsync fact, we are using the new ssh_keys_use...
[mirror/dsa-puppet.git] / spec / octocatalog / init-env
index 7ebb0af..b04bd32 100755 (executable)
@@ -2,6 +2,5 @@
 set -euE
 
 for env in $ENV_BASE $ENV_TEST; do
-  mkdir -p environments/$env/modules/nagios/files/dsa-nagios/generated/
-  touch environments/$env/modules/nagios/files/dsa-nagios/generated/nrpe_dsa.cfg
+  cp spec/octocatalog/ldap/ldapinfo.rb environments/$env/modules/puppetmaster/lib/puppet/parser/functions/ldapinfo.rb
 done