Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 7c385987376b06644d54c9b01b028426 > files > 52

ceph-0.61.7-1.fc18.i686.rpm

#!/bin/sh
conf="$1"

## fetch ceph.conf from some remote location and save it to $conf.
##
## make sure this script is executable (chmod +x fetch_config)

##
## examples:
##

## from a locally accessible file
# cp /path/to/ceph.conf $conf

## from a URL:
# wget -q -O $conf http://somewhere.com/some/ceph.conf 

## via scp
# scp -i /path/to/id_dsa user@host:/path/to/ceph.conf $conf