Move device name, media type name, and archive device construction to the manifest
[mirror/dsa-puppet.git] / modules / bacula / manifests / client / storage.pp
1 # Bacula configuration for a client, pushed from the storage.
2 #
3 # This is stored config by a storage and then collected on the client.
4 #
5 define bacula::client::storage(
6 ) {
7   include bacula::client
8
9 }