Report abuse

class dirvish-bank {
	File <| tag == 'dirvish_backup_configuration' |>
}
class dirvish-vault {
	@@file { "/srv/backup/${fqdn}":
		content => $fqdn,
		tag => 'dirvish_backup_configuration'
	}
}

# on the node that's including dirvish-bank, i'm expecting to find files that are named like all the hosts that are including dirvish-bank. however, it's not happening. what am i doing wrong?