Skip to content

Commit

Permalink
#2935: base.dockerfile, fix 'COPY' interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Mar 31, 2018
1 parent a07e302 commit 47b2409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ ENV CONTRIB_MODULES $ROOT_PUPPET/code/modules_contrib
ENV ENVPATH $ROOT_PUPPET/code/environment/$ENVIRONMENT

## copy puppet
COPY puppet/environment/$ENVIRONMENT/Puppetfile ROOT_PUPPET/code/environment/$ENVIRONMENT
COPY puppet/environment/$ENVIRONMENT/Puppetfile $ROOT_PUPPET/code/environment/$ENVIRONMENT
COPY puppet/environment/$ENVIRONMENT/modules $ROOT_PROJECT/code/modules
COPY hiera ROOT_PUPPET/puppet/hiera
COPY hiera.yaml ROOT_PUPPET/puppet
COPY hiera $ROOT_PUPPET/puppet/hiera
COPY hiera.yaml $ROOT_PUPPET/puppet

## install git, wget, pip
##
Expand Down

0 comments on commit 47b2409

Please sign in to comment.