Skip to content
Snippets Groups Projects
Commit d5960f1e authored by Magnus Toneby's avatar Magnus Toneby
Browse files

change name to ub_folio (from ub-folio) to appeas the puppet gods

parent ff84e940
No related branches found
No related tags found
2 merge requests!4Test->production,!3Devel->Test
Pipeline #130355 passed
# ub-folio
# ub_folio
## encrypt configuration data
......
---
ub-folio::foliofront:
ub_folio::foliofront:
env: >
ENC[PKCS7,MIIO3QYJKoZIhvcNAQcDoIIOzjCCDsoCAQAxggEhMIIBHQIBAD
AFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEAn0AsLfEkSiCNUc7UuJzKn1vcUp
......
# @summary Setup a front facing node for folio
class ub-folio::foliofront {
class ub_folio::foliofront {
include profiles::letsencrypt
include apache
include apache::mod::proxy
......@@ -95,7 +95,7 @@ class ub-folio::foliofront {
ensure => file,
group => 'api',
mode => '0750',
content => lookup('ub-folio::foliofront.env',undef,undef,'"env" key not found in hiera data'),
content => lookup('ub_folio::foliofront.env',undef,undef,'"env" key not found in hiera data'),
require => [Vcsrepo['/opt/liu/foliofront/foliofront-node-root'],],
}
......
{
"name": "liuit-ub-folio",
"name": "liuit-ub_folio",
"version": "0.1.0",
"author": "LiU-IT",
"summary": "",
......
......@@ -2,7 +2,7 @@
require 'spec_helper'
describe 'ub-folio::foliofront' do
describe 'ub_folio::foliofront' do
on_supported_os.each do |os, os_facts|
context "on #{os}" do
let(:facts) { os_facts }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment