716483c8e9fc521da1e0f1fca3b4298f5e63046b
[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 }