Skip to content

Commit

Permalink
Merge pull request lsst-it#38 from lsst/IT_971_avillalobos
Browse files Browse the repository at this point in the history
Removing unnecessary notify.
  • Loading branch information
avillalobos committed Feb 26, 2019
2 parents b89835e + ea9a090 commit fe943dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/profile/manifests/ts/efd/ts_efd_mgmt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
}else{
$aux_dir_1 = join( $aux_dir_1 + $dir_1[0, $index+1] , "/")
}
notify{ " ${tier_key} ${index} subdir: ${aux_dir_1}": }
if ! defined(File[$aux_dir_1]){
file{ $aux_dir_1:
ensure => directory,
Expand Down

0 comments on commit fe943dd

Please sign in to comment.