diff options
Diffstat (limited to 'puppet')
| m--------- | puppet/modules/git | 0 | ||||
| -rw-r--r-- | puppet/modules/site_webapp/manifests/init.pp | 14 | 
2 files changed, 14 insertions, 0 deletions
| diff --git a/puppet/modules/git b/puppet/modules/git -Subproject 497a1034489e0dc3cab5dab2fb0a85778576973 +Subproject ba5dd8d5c8e09d521ff49f1ebc753601e449f82 diff --git a/puppet/modules/site_webapp/manifests/init.pp b/puppet/modules/site_webapp/manifests/init.pp index 4815bab4..1db52477 100644 --- a/puppet/modules/site_webapp/manifests/init.pp +++ b/puppet/modules/site_webapp/manifests/init.pp @@ -138,6 +138,20 @@ class site_webapp {        source  => $webapp['img_dir'];    } +  git::changes { +    'app/assets/stylesheets/head.scss': +      cwd     => '/srv/leap/webapp', +      user    => 'leap-webapp'; + +    'app/assets/stylesheets/tail.scss': +      cwd     => '/srv/leap/webapp', +      user    => 'leap-webapp'; + +    'public/favicon.ico': +      cwd     => '/srv/leap/webapp', +      user    => 'leap-webapp'; +  } +    file {      '/srv/leap/webapp/config/config.yml':        content => template('site_webapp/config.yml.erb'), | 
