Displaying 1 result from an estimated 1 matches for "warbjoh".
2011 May 20
4
The quantum effect when loading classes
...t from the command line (yay), so am stumped debugging
the issue, however, our dns_server module is not standard, and is probably
causing the screw up
% cat modules/dns_server/manifests/init.pp
import "*.pp"
include dns_server
% ls -l modules/dns_server/manifests
total 56
-rw-r--r-- 1 warbjoh unxadmin 22296 Mar 15 18:38 dns_server.pp
-rw-r--r-- 1 warbjoh unxadmin 489 Mar 15 18:38 init.pp
I have modified the module by renaming dns_server.pp to init.pp and hence
removing the "import *.pp"
I am now waiting to see if that has fixed the issue, but if it has (I
suspect i...