def getOperationsProperties()

in src/main/scala/com.gu.conf/GuardianConfigurationStrategy.scala [60:67]


  def getOperationsProperties(applicationName: String) = {
    val location = "file:///etc/gu/%s.properties" format applicationName

    log("Loading operations properties from " + location)
    val properties = loader getPropertiesFrom location

    new PropertiesBasedConfiguration(location, properties)
  }