Skip to content

Commit

Permalink
drop tag from concat_{file,fragment}, fixes #304
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed May 23, 2024
1 parent 665feba commit e9293cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manifests/client/config/user.pp
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,9 @@
ensure => $ensure,
owner => $user,
mode => $ssh_config_default_mode,
tag => $name,
}
}
concat_fragment { $name:
tag => $name,
content => template("${module_name}/ssh_config.erb"),
target => $_target,
}
Expand Down

0 comments on commit e9293cf

Please sign in to comment.