1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# cabsav is paul's workstation and an NFS server. node 'cabsav.house' { # Distro variables. $dv = "lenny" # Classes. include paul_workstation # Line 185 $samba_domain = "HOUSE" $samba_hostname = "CABSAV" $samba_role = "member" samba_writeable_share{"scratch": path => "/srv/scratch", comment => "Scratch space", } } paul@cabsav:~$ sudo puppetd --test err: Could not retrieve catalog: Unknown function include at /etc/puppet/manifests/nodes.pp:185 on node cabsav.house warning: Not using cache on failed catalog |
