Skip to content

Commit

Permalink
Merge pull request #157 from raandree/fix/DscTagging
Browse files Browse the repository at this point in the history
Added 'DscTagging' config data
  • Loading branch information
nyanhp authored Jun 16, 2023
2 parents 163aaae + 09740c5 commit cdf884d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added task `Set_PSModulePath` which required adding also `Build_Module_ModuleBuilder`
and a `DscWorkshop.psm1` dummy file.
- Added `TestReferenceRsop` task.
- Added `DscTagging` config data.
2 changes: 1 addition & 1 deletion azure-pipelines On-Prem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ stages:
- DscDeploymentTest
jobs:
- deployment: Prod
displayName: Prodt Deployment
displayName: Prod Deployment
environment: Prod
pool:
name: Default
Expand Down
2 changes: 2 additions & 0 deletions source/AllNodes/Dev/DSCFile01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ LcmConfig:
DscTagging:
Layers:
- '[x={ Get-DatumSourceFile -Path $File } =]'
NodeVersion: '[x={ $datum.Baselines.DscLcm.DscTagging.Version } =]'
NodeRole: '[x={ $Node.Role } =]'

FileSystemObjects:
Items:
Expand Down
2 changes: 2 additions & 0 deletions source/AllNodes/Dev/DSCWeb01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ LcmConfig:
DscTagging:
Layers:
- '[x={ Get-DatumSourceFile -Path $File } =]'
NodeVersion: '[x={ $datum.Baselines.DscLcm.DscTagging.Version } =]'
NodeRole: '[x={ $Node.Role } =]'
2 changes: 2 additions & 0 deletions source/AllNodes/Prod/DSCFile03.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ LcmConfig:
DscTagging:
Layers:
- '[x={ Get-DatumSourceFile -Path $File } =]'
NodeVersion: '[x={ $datum.Baselines.DscLcm.DscTagging.Version } =]'
NodeRole: '[x={ $Node.Role } =]'
2 changes: 2 additions & 0 deletions source/AllNodes/Prod/DSCWeb03.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ LcmConfig:
DscTagging:
Layers:
- '[x={ Get-DatumSourceFile -Path $File } =]'
NodeVersion: '[x={ $datum.Baselines.DscLcm.DscTagging.Version } =]'
NodeRole: '[x={ $Node.Role } =]'
2 changes: 2 additions & 0 deletions source/AllNodes/Test/DSCFile02.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ LcmConfig:
DscTagging:
Layers:
- '[x={ Get-DatumSourceFile -Path $File } =]'
NodeVersion: '[x={ $datum.Baselines.DscLcm.DscTagging.Version } =]'
NodeRole: '[x={ $Node.Role } =]'
2 changes: 2 additions & 0 deletions source/AllNodes/Test/DSCWeb02.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ LcmConfig:
DscTagging:
Layers:
- '[x={ Get-DatumSourceFile -Path $File } =]'
NodeVersion: '[x={ $datum.Baselines.DscLcm.DscTagging.Version } =]'
NodeRole: '[x={ $Node.Role } =]'

0 comments on commit cdf884d

Please sign in to comment.